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

Interface WSSConstants.WST13

Enclosing interface:
WSSConstants

  1. public static interface WSSConstants.WST13
Various WS-Trust 1.2 constants.

Field Summary

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

Field Detail

BINARYSECRETTYPE_ASYMMETRICKEY

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

BINARYSECRETTYPE_NONCE

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

BINARYSECRETTYPE_SYMMETRICKEY

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

COMPUTEDKEY_HASH

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

COMPUTEDKEY_PSHA1

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

KEYTYPE_BEARER

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

KEYTYPE_PUBLICKEY

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

KEYTYPE_SYMMETRICKEY

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

STATUS_CODE_INVALID

  1. static final java.lang.String STATUS_CODE_INVALID
Specifies the status of the token is invalid
See Also:

STATUS_CODE_VALID

  1. static final java.lang.String STATUS_CODE_VALID
Specifies the status of the token is valid
See Also:

STATUS_TOKEN

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