com.ibm.wsspi.wssecurity.core.token.config
Interface WSSConstants.SAML
Enclosing interface:
- public static interface WSSConstants.SAML
Field Summary
Modifier and Type | Field and Description |
---|---|
|
SAML11_BEARER
This is the bearer confirmation method for SAML 1.1.
|
|
SAML11_HOLDER_OF_KEY
This is the holder-of-key confirmation method for SAML 1.1.
|
|
SAML11_SENDER_VOUCHES
This is the sender-vouches confirmation method for SAML 1.1.
|
|
SAML11_VALUE_TYPE
This is the Value Type of a SAML 1.1 token.
|
|
SAML11_VALUE_TYPE_QNAME
This is the Value Type QName of a SAML 1.1 token.
|
|
SAML20_BEARER
This is the bearer confirmation method for SAML 2.0.
|
|
SAML20_HOLDER_OF_KEY
This is the holder-of-key confirmation method for SAML 2.0.
|
|
SAML20_SENDER_VOUCHES
This is the sender-vouches confirmation method for SAML 2.0.
|
|
SAML20_VALUE_TYPE
This is the ValueType of a SAML 2.0 token.
|
|
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
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.
This is the ValueType of a SAML 2.0 token.