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

Interface WSSConstants.SAML

Enclosing interface:
WSSConstants

  1. public static interface WSSConstants.SAML
SAML constants

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
SAML11_BEARER
This is the bearer confirmation method for SAML 1.1.
  1. static
  2. java.lang.String
SAML11_HOLDER_OF_KEY
This is the holder-of-key confirmation method for SAML 1.1.
  1. static
  2. java.lang.String
SAML11_SENDER_VOUCHES
This is the sender-vouches confirmation method for SAML 1.1.
  1. static
  2. java.lang.String
SAML11_VALUE_TYPE
This is the Value Type of a SAML 1.1 token.
  1. static
  2. javax.xml.namespace.QName
SAML11_VALUE_TYPE_QNAME
This is the Value Type QName of a SAML 1.1 token.
  1. static
  2. java.lang.String
SAML20_BEARER
This is the bearer confirmation method for SAML 2.0.
  1. static
  2. java.lang.String
SAML20_HOLDER_OF_KEY
This is the holder-of-key confirmation method for SAML 2.0.
  1. static
  2. java.lang.String
SAML20_SENDER_VOUCHES
This is the sender-vouches confirmation method for SAML 2.0.
  1. static
  2. java.lang.String
SAML20_VALUE_TYPE
This is the ValueType of a SAML 2.0 token.
  1. static
  2. 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

  1. static final java.lang.String SAML20_VALUE_TYPE

This is the ValueType of a SAML 2.0 token.


SAML11_VALUE_TYPE

  1. static final java.lang.String SAML11_VALUE_TYPE

This is the Value Type of a SAML 1.1 token.


SAML20_VALUE_TYPE_QNAME

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

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

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

SAML20_HOLDER_OF_KEY

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

SAML20_BEARER

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

SAML11_SENDER_VOUCHES

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

SAML11_HOLDER_OF_KEY

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

SAML11_BEARER

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