com.ibm.websphere.wssecurity.wssapi.token
Interface KRB5_GSSAPREQToken
All Superinterfaces:
- public interface KRB5_GSSAPREQToken
- extends KRBToken
The token format is referenced by the specification of OASIS Web Services Security Kerberos Token Profile.
See Also:
KRBToken
,
com.ibm.websphere.wssecurity.callbackhandler.KRBGenerateCallbackHandler
,
com.ibm.websphere.wssecurity.callbackhandler.KRBConsumeCallbackHandler
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ValueType
Represents the value type.
|
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken |
---|
TokenQname |
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken |
---|
DECRYPTING_KEY, ENCRYPTING_KEY, REF_EMBEDDED, REF_KEYID, REF_STR, REF_THUMBPRINT, SIGNING_KEY, VERIFING_KEY |
Method Summary
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.KRBToken |
---|
getAPREQKeyByte, getClientPrincipal, getServiceTicketExpirationTime, getSHA1ofAPREQ, getSPNName |
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken |
---|
getBinary |
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken |
---|
getId, getKey, getKeyIdentifier, getKeyIdentifierEncodingType, getKeyIdentifierValueType, getKeyName, getPrincipal, getReferenceURI, getThumbprint, getThumbprintEncodingType, getThumbprintValueType, getTokenQname, getValueType, getXML |
Field Detail
ValueType
- static final javax.xml.namespace.QName ValueType
Represents the value type.
- ValueType: "http://docs.oasis-open.org/wss/oasis-wss-kerberos-token-profile-1.1#GSS_Kerberosv5_AP_REQ"