IBM WebSphere Application ServerTM
Release 7

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

Enclosing interface:
WSSConstants

public static interface WSSConstants.SAML

SAML constants


Field Summary
static java.lang.String SAML11_BEARER
          This is the bearer confirmation method for SAML 1.1.
static java.lang.String SAML11_HOLDER_OF_KEY
          This is the holder-of-key confirmation method for SAML 1.1.
static java.lang.String SAML11_SENDER_VOUCHES
          This is the sender-vouches confirmation method for SAML 1.1.
static java.lang.String SAML11_VALUE_TYPE
           This is the Value Type of a SAML 1.1 token.
static javax.xml.namespace.QName SAML11_VALUE_TYPE_QNAME
           This is the Value Type QName of a SAML 1.1 token.
static java.lang.String SAML20_BEARER
          This is the bearer confirmation method for SAML 2.0.
static java.lang.String SAML20_HOLDER_OF_KEY
          This is the holder-of-key confirmation method for SAML 2.0.
static java.lang.String SAML20_SENDER_VOUCHES
          This is the sender-vouches confirmation method for SAML 2.0.
static java.lang.String SAML20_VALUE_TYPE
           This is the ValueType of a SAML 2.0 token.
static javax.xml.namespace.QName SAML20_VALUE_TYPE_QNAME
           This is the Value Type QName of a SAML 2.0 token.
 

Field Detail

SAML20_VALUE_TYPE

static final java.lang.String SAML20_VALUE_TYPE

This is the ValueType of a SAML 2.0 token.


SAML11_VALUE_TYPE

static final java.lang.String SAML11_VALUE_TYPE

This is the Value Type of a SAML 1.1 token.


SAML20_VALUE_TYPE_QNAME

static final javax.xml.namespace.QName SAML20_VALUE_TYPE_QNAME

This is the Value Type QName of a SAML 2.0 token.


SAML11_VALUE_TYPE_QNAME

static final javax.xml.namespace.QName SAML11_VALUE_TYPE_QNAME

This is the Value Type QName of a SAML 1.1 token.


SAML20_SENDER_VOUCHES

static final java.lang.String SAML20_SENDER_VOUCHES
This is the sender-vouches confirmation method for SAML 2.0.


SAML20_HOLDER_OF_KEY

static final java.lang.String SAML20_HOLDER_OF_KEY
This is the holder-of-key confirmation method for SAML 2.0.


SAML20_BEARER

static final java.lang.String SAML20_BEARER
This is the bearer confirmation method for SAML 2.0.


SAML11_SENDER_VOUCHES

static final java.lang.String SAML11_SENDER_VOUCHES
This is the sender-vouches confirmation method for SAML 1.1.


SAML11_HOLDER_OF_KEY

static final java.lang.String SAML11_HOLDER_OF_KEY
This is the holder-of-key confirmation method for SAML 1.1.


SAML11_BEARER

static final java.lang.String SAML11_BEARER
This is the bearer confirmation method for SAML 1.1.


IBM WebSphere Application ServerTM
Release 7