IBM WebSphere Application ServerTM
Release 8

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

All Superinterfaces:
BinarySecurityToken, KRBToken, SecurityToken

public interface KRB5_GSSAPREQ4120Token
extends KRBToken

This interface is responsible for the Kerberos 5 GSS-API framed AP-REQ token containing an KRB_AP_REQ message as defined in RFC-1964, Sec. 1.1 and its successor RFC-4121, Sec. 4.1. The AP Request is per 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#GSS_Kerberosv5_AP_REQ4120"


IBM WebSphere Application ServerTM
Release 8