IBM WebSphere Application ServerTM
Release 8

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

Enclosing interface:
WSSConstants

public static interface WSSConstants.WST13

Various WS-Trust 1.2 constants.


Field Summary
static java.lang.String BINARYSECRETTYPE_ASYMMETRICKEY
          Specifies a BinarySecret type of AsymmetricKey.
static java.lang.String BINARYSECRETTYPE_NONCE
          Specifies a BinarySecret type of Nonce.
static java.lang.String BINARYSECRETTYPE_SYMMETRICKEY
          Specifies a BinarySecret type of SymmetricKey.
static java.lang.String COMPUTEDKEY_HASH
          Specifies a ComputedKey algorithm of HASH.
static java.lang.String COMPUTEDKEY_PSHA1
          Specifies a ComputedKey algorithm of PSHA1.
static java.lang.String KEYTYPE_BEARER
          Specifies a KeyType of Bearer.
static java.lang.String KEYTYPE_PUBLICKEY
          Specifies a KeyType of PublicKey.
static java.lang.String KEYTYPE_SYMMETRICKEY
          Specifies a KeyType of SymmetricKey.
static java.lang.String STATUS_CODE_INVALID
          Specifies the status of the token is invalid
static java.lang.String STATUS_CODE_VALID
          Specifies the status of the token is valid
static java.lang.String STATUS_TOKEN
          Specifies only the status is desired in WS-Trust validation
 

Field Detail

BINARYSECRETTYPE_ASYMMETRICKEY

static final java.lang.String BINARYSECRETTYPE_ASYMMETRICKEY
Specifies a BinarySecret type of AsymmetricKey. Can be used as the value when specifying the BinarySecret type using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENTROPY_BINARYSECRET_TYPE.

See Also:
Constant Field Values

BINARYSECRETTYPE_NONCE

static final java.lang.String BINARYSECRETTYPE_NONCE
Specifies a BinarySecret type of Nonce. Can be used as the value when specifying the BinarySecret type using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENTROPY_BINARYSECRET_TYPE.

See Also:
Constant Field Values

BINARYSECRETTYPE_SYMMETRICKEY

static final java.lang.String BINARYSECRETTYPE_SYMMETRICKEY
Specifies a BinarySecret type of SymmetricKey. Can be used as the value when specifying the BinarySecret type using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENTROPY_BINARYSECRET_TYPE.

See Also:
Constant Field Values

COMPUTEDKEY_HASH

static final java.lang.String COMPUTEDKEY_HASH
Specifies a ComputedKey algorithm of HASH. Can be used as the value when specifying the ComputedKey algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.COMPUTEDKEYALGORITHM.

See Also:
Constant Field Values

COMPUTEDKEY_PSHA1

static final java.lang.String COMPUTEDKEY_PSHA1
Specifies a ComputedKey algorithm of PSHA1. Can be used as the value when specifying the ComputedKey algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.COMPUTEDKEYALGORITHM.

See Also:
Constant Field Values

KEYTYPE_BEARER

static final java.lang.String KEYTYPE_BEARER
Specifies a KeyType of Bearer. Can be used as the value when specifying the KeyType using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.KEYTYPE.

See Also:
Constant Field Values

KEYTYPE_PUBLICKEY

static final java.lang.String KEYTYPE_PUBLICKEY
Specifies a KeyType of PublicKey. Can be used as the value when specifying the KeyType using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.KEYTYPE.

See Also:
Constant Field Values

KEYTYPE_SYMMETRICKEY

static final java.lang.String KEYTYPE_SYMMETRICKEY
Specifies a KeyType of SymmetricKey. Can be used as the value when specifying the KeyType using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.KEYTYPE.

See Also:
Constant Field Values

STATUS_CODE_INVALID

static final java.lang.String STATUS_CODE_INVALID
Specifies the status of the token is invalid

See Also:
Constant Field Values

STATUS_CODE_VALID

static final java.lang.String STATUS_CODE_VALID
Specifies the status of the token is valid

See Also:
Constant Field Values

STATUS_TOKEN

static final java.lang.String STATUS_TOKEN
Specifies only the status is desired in WS-Trust validation

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8