IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.wssecurity.core.token.config
Interface WSSConstants.TokenType

Enclosing interface:
WSSConstants

public static interface WSSConstants.TokenType

Constants defining the two SAML token value types. These can be used as the values when specifying the token type using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.TOKENTYPE.


Field Summary
static java.lang.String SAML11
          The SAML 1.1 token type
static java.lang.String SAML20
          The SAML 2.0 token type
 

Field Detail

SAML11

static final java.lang.String SAML11
The SAML 1.1 token type


SAML20

static final java.lang.String SAML20
The SAML 2.0 token type


IBM WebSphere Application ServerTM
Release 8