com.ibm.websphere.wssecurity.wssapi.token

Interface KRB5_APREQ1510Token

All Superinterfaces:
BinarySecurityToken, KRBToken, SecurityToken

  1. public interface KRB5_APREQ1510Token
  2. extends KRBToken
This interface is responsible for the token of Kerberos 5 AP-REQ token as defined in RFC-1510.
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
  1. static
  2. javax.xml.namespace.QName
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

  1. 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#Kerberosv5_AP_REQ1510"