com.iona.cxf.security.credential
Interface GssKrb5ApReqTokenCredential
- All Superinterfaces:
- Credential
public interface GssKrb5ApReqTokenCredential
- extends Credential
An GssKrb5ApReqTokenCredential is a Credential extension that
carries a GSS Kerberos V5 AP_REQ initial context token,
as might be retrieved from the initialization of a GSS
security context.
If the CredentialType on a Credential instance is
CredentialType#GSS_KRB_5_AP_REQ_TOKEN, then the Credential instance
may be safely cast to a GssKrb5ApReqTokenCredential.
getGssKrb5ApReqToken
byte[] getGssKrb5ApReqToken()
- Returns:
- the GSS Kerberos V5 AP_REQ token associated with
this Credential instance.
Copyright © 2006-2007 IONA Technologies Inc.. All Rights Reserved.