Package com.ibm.websphere.wssecurity.wssapi.token


Interface Summary

Interface Description
BinarySecurityToken This interface is responsible for the binary security token, such as <wsse:BinarySecurityToken>.
DerivedKeyToken This interface is responsible for the derived key token <wsc:DerivedKeyToken> element.
ExchangeToken This interface represents the receiving token that is validated by using WS-Trust, and has been exchanged to a new token.
GenericSecurityToken This interface encapsulates the unsorted properties of a generic security token in (key,value) pairs that are meaningful to implementors and exploiters of the token.
KRB5_APREQ1510Token This interface is responsible for the token of Kerberos 5 AP-REQ token as defined in RFC-1510.
KRB5_APREQ4120Token This interface is responsible for the token of Kerberos 5 AP-REQ token as defined in RFC-4120.
KRB5_APREQToken This interface is responsible for the Kerberos 5 AP-REQ token as defined in the Kerberos specification.
KRB5_GSSAPREQ1510Token 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.
KRB5_GSSAPREQ4120Token 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.
KRB5_GSSAPREQToken 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.
KRBToken
SAMLToken This API is used to retrieve data elements from an existing SAML token assertion.
SecurityContextToken This interface is responsible for the security context token, <wsu:SecurityContextToken> element.
SecurityContextToken13 This interface is responsible for the security context token, <wsu:SecurityContextToken> element.
SecurityToken This interface is responsible for the security token.
UsernameToken This interface is responsible for the UsernameToken, <wsse:UsernameToken>.
X509PKCS7Token This interface is responsible for the token of X509PKCS7 format.
X509PKIPathToken This interface is responsible for the token of X509PKIPath format.
X509Token This interface is responsible for token of X509v3 format.

Class Summary

Class Description
GenericSecurityTokenFactory This API is used for the creation of security tokens.
SAMLTokenFactory This API is used for the creation of SAML security tokens conforming the SAML v1.1 and SAML v2.0 standards (both versions of the token are supported).