com.ibm.wsspi.wssecurity.core.token.config

Interface WSSConstants.TokenType

Enclosing interface:
WSSConstants

  1. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
SAML11
The SAML 1.1 token type
  1. static
  2. java.lang.String
SAML20
The SAML 2.0 token type

Field Detail

SAML11

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

SAML20

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