IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.wssecurity.wssapi.token
Interface KRB5_APREQ4120Token

All Superinterfaces:
BinarySecurityToken, KRBToken, SecurityToken

public interface KRB5_APREQ4120Token
extends KRBToken

This interface is responsible for the token of Kerberos 5 AP-REQ token as defined in RFC-4120.
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
static 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

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_REQ4120"


IBM WebSphere Application ServerTM
Release 8