com.ibm.wsspi.wssecurity.saml.config

Interface SamlConstants


  1. public interface SamlConstants

Generic Constants used by the WS-Security SAMLToken Profile support.


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
BEARER_KEYTYPE_ALIAS
This value is the alias for the Bearer keytype.
  1. static
  2. java.lang.String
CACHE_CUSHION
The key is used to specify cushion in milliseconds that a cached token should not be reused, and a new token should be issued.
  1. static
  2. java.lang.String
CACHE_TOKEN
The key is used to specify if SAMLToken could be cached for reuse.
  1. static
  2. java.lang.String
CLIENT_LABEL
The key is used to specify client label for the requested SAMLToken to be used with Derived Keys when using WSSAPI.
  1. static
  2. java.lang.String
CLOCK_SKEW
The key is used to specify allowable clock skew.
  1. static
  2. java.lang.String
CONFIRMATION_METHOD
This is the key used to specify SAMLToken subject ConfirmationMethod.
  1. static
  2. java.lang.String
CRLPATH
The key is revoked certificate list file path name whose name.
  1. static
  2. java.lang.String
CRLPATH_PREFIX
The key is revoked certificate list file path name whose name is CRLPATH_n where n is an integer.
  1. static
  2. long
DEFAULT_SAML_EXPIRES_IN_MILLISECONDS
The value specify the default SAMLToken lifetime in milliseconds for a self-issued SAMLToken.
  1. static
  2. boolean
DEFAULT_TRUST_CLIENT_COLLECTION_REQUEST
This value is to indicate RequestsecurityTokenCollection is not used in WS-Trust request.
  1. static
  2. java.lang.String
DEFAULT_TRUST_CLIENT_WSTRUST_NAMESPACE
This value is WS-Trust 1.3 namespace.
  1. static
  2. java.lang.String
DKT_KEY_LENGTH
The key is used to specify derived key length in bytes for the requested SAMLToken to be used with Derived Keys when using WSSAPI.
  1. static
  2. java.lang.String
DKT_NONCE_LENGTH
The key is used to specify derived nonce length in bytes for the requested SAMLToken to be used with Derived Keys when using WSSAPI.
  1. static
  2. java.lang.String
FAILOVER_TO_TOKEN_REQUEST
The key is used to indicate if ws-security runtime should use attached policyset to issue a new SAMLToken if the input SAMLToken in RequestContext is invalid.
  1. static
  2. java.lang.String
includeCredentialToken
The key is used to set the flag to assert the CredentialToken from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includeExpiration
The key is used to set the flag to assert the Expiration time from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includeGroupIds
The key is used to set the flag to assert the GroupIds from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includeHostName
The key is used to set the flag to assert the HostName from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includeOID
The key is used to set the flag to assert the OID from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includePrimaryGroupId
The key is used to set the flag to assert the PrimaryGroupId from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includeRealmName
The key is used to set the flag to assert WebSphere security domain's realm as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includeSecurityName
The key is used to set the flag to assert the SecurityName from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
includeUniqueSecurityName
The key is used to set the flag to assert the UniqueSecurityName from WebSphere security subject as a SAML Attribute in a self generated SAML token.
  1. static
  2. java.lang.String
ISSUER_URI_PROP
The key is used to specify issuer URL in the custom properties.
  1. static
  2. java.lang.String
KEY_ALIAS
This is the optional key used to specify the key alias for SAMLToken consuming
  1. static
  2. java.lang.String
KEY_ALIAS_PROP
The key is used to specify alias of the key in the custom properties.
  1. static
  2. java.lang.String
KEY_NAME
This is the optional key used to specify the key name for SAMLToken consuming
  1. static
  2. java.lang.String
KEY_NAME_PROP
The key is used to specify name of the key in the custom properties.
  1. static
  2. java.lang.String
KEY_PASSWORD
This is the optional key used to specify the key password for SAMLToken consuming
  1. static
  2. java.lang.String
KEY_PW_PROP
The key is used to specify password of the key in the custom properties.
  1. static
  2. java.lang.String
KEY_SIZE
This is the key used to specify KeySize when requesting a SecretKey from STS.
  1. static
  2. java.lang.String
KEY_STORE_PASSWORD
This is the key used to specify keystore password for SAMLToken consuming
  1. static
  2. java.lang.String
KEY_STORE_PATH
This is the key used to specify keystore file path for SAMLToken consuming
  1. static
  2. java.lang.String
KEY_STORE_REF
This is the key used to specify keystore reference for SAMLToken consuming
  1. static
  2. java.lang.String
KEY_STORE_TYPE
This is the key used to specify keystore type name for SAMLToken consuming
  1. static
  2. java.lang.String
KEY_TYPE
This is the key used to specify KeyType when making WS-Trust request to STS.
  1. static
  2. java.lang.String
KS_PATH_PROP
The key is used to specify location of the keystore file in the custom properties.
  1. static
  2. java.lang.String
KS_PW_PROP
The key is used to specify password of the keystore file in the custom properties.
  1. static
  2. java.lang.String
KS_REF_PROP
The key is used to specify reference to centrally managed keystore in the custom properties.
  1. static
  2. java.lang.String
KS_TYPE_PROP
The key is used to specify type of the keystore file in the custom properties.
  1. static
  2. java.lang.String
PUBLICKEY_KEYTYPE_ALIAS
This value is the alias for the PublicKey keytype.
  1. static
  2. java.lang.String
REQUIRE_DKT
The key is used to specify an option for the requested SAMLToken to be used with Derived Keys when using WSSAPI.
  1. static
  2. java.lang.String
SAML_APPLIES_TO
The key is used to specify the AppliesTo for the requested SAMLToken when using WSSAPI.
  1. static
  2. java.lang.String
SAML_ATTRIBUTES
The key is used to specify an ArrayList of SAML Attributes for the requested SAMLToken when using WSSAPI.
  1. static
  2. java.lang.String
SAML_NAME_IDENTIFIER
The key specifies the SAML token subject name identifier when generating a self-issued SAML token.
  1. static
  2. java.lang.String
SAML_SELF_ISSUER_CONFIG
The key specifies the required configuration data when generating a self-issued SAML token.
  1. static
  2. java.lang.String
SAML_TOKEN
The key is used to access the SAMLToken object in SAMLGenerateLoginModule shared state.
  1. static
  2. java.lang.String
SAMLTOKEN_CLIENT_CACHE_ENTRIES
The key is used to indicate how many cache entries could be maintained.
  1. static
  2. java.lang.String
SAMLTOKEN_CLIENT_CACHE_TIMEOUT
The key is used to indicate how many minutes a SAML token could be maintained in client cache.
  1. static
  2. java.lang.String
SAMLTOKEN_IN_MESSAGECONTEXT
The key is used to set SAMLToken to RequestContext
  1. static
  2. java.lang.String
SAMLTOKEN_OUT_MESSAGECONTEXT
The key is used to get SAMLToken from ResponseContext
  1. static
  2. java.lang.String
SAMLTOKEN_SELF_ISSUER
The key is the default SAML self-issuer name
  1. static
  2. java.lang.String
SERVICE_ALIAS
The key is used to specify Certificate's alias of target service.
  1. static
  2. java.lang.String
SERVICE_LABEL
The key is used to specify service label for the requested SAMLToken to be used with Derived Keys when using WSSAPI.
  1. static
  2. java.lang.String
SIGN_SAMLTOKEN_WITH_STRT
This is the key used to specify if a SAMLToken should be signed with application message.
  1. static
  2. java.lang.String
SIGNATURE_CACHE_ENTRIES
The key is used to indicate how many signature cache entries could be maintained.
  1. static
  2. java.lang.String
SIGNATURE_CACHE_TIMEOUT
The key is used to indicate how many minutes a SAML token would be cached to to avoid repeating signature validation.
  1. static
  2. java.lang.String
SIGNATURE_REQUIRED
This is the key used to specify if signature on SAML assertion is required.
  1. static
  2. java.lang.String
SSL_CONFIG_ALIAS
The key is used to specify the alias to an SSL configuration used by WS-Trust client to request SAMLToken.
  1. static
  2. java.lang.String
STS_ADDRESS
This is the key used to specify the SecurityTokenService address.
  1. static
  2. java.lang.String
SYMMETRICKEY_KEYTYPE_ALIAS
This value is the alias for the SymmetricKey keytype.
  1. static
  2. java.lang.String
Token_REQUEST
This is the key used to specify SAMLToken request method.
  1. static
  2. java.lang.String
TOKEN_TYPE
The key specifies the requires token type to SAMLGenerateCallback.
  1. static
  2. java.lang.String
TRUST_ANY_STS_SIGNER
This is the key used to specify if recipient trust any certificate that signs SAML assertion.
  1. static
  2. java.lang.String
TRUST_CLIENT_BINDING
This is the key used to specify WS-trust client's binding name.
  1. static
  2. java.lang.String
TRUST_CLIENT_BINDING_SCOPE
This is the key used to specify binding scope for the policyset attached to WS-Trust client.
  1. static
  2. java.lang.String
TRUST_CLIENT_COLLECTION_REQUEST
This is the key used to specify if RequestSecurityTokenCollection is required in WS-Trust request.
  1. static
  2. java.lang.String
TRUST_CLIENT_POLICY
This is the key used to specify WS-Trust client's policyset name
  1. static
  2. java.lang.String
TRUST_CLIENT_SOAP_VERSION
This is the key used to specify the SOAP version in WS-Trust request.
  1. static
  2. java.lang.String
TRUST_CLIENT_WSTRUST_NAMESPACE
This is the key used to specify the WS-Trust namespace in WS-Trust request
  1. static
  2. java.lang.String
TRUST_CLIENT_WSTRUST_NAMESPACE_12
This value is the alias for WS-Trust 1.2 namespace.
  1. static
  2. java.lang.String
TRUST_CLIENT_WSTRUST_NAMESPACE_13
This value is the alias for WS-Trust 1.3 namespace.
  1. static
  2. java.lang.String
TRUST_SERVICE_CACHE_ENTRIES
The key is used to indicate how many sts service instance cache entries could be maintained.
  1. static
  2. java.lang.String
TRUST_SERVICE_CACHE_TIMEOUT
The key is used to indicate how many minutes sts service instance can be kept in client side cache.
  1. static
  2. java.lang.String
TRUST_STORE_PASSWORD
This is the key used to specify truststore password for SAMLToken consuming
  1. static
  2. java.lang.String
TRUST_STORE_PATH
This is the key used to specify truststore file path for SAMLToken consuming
  1. static
  2. java.lang.String
TRUST_STORE_REF
This is the key used to specify truststore reference for SAMLToken consuming
  1. static
  2. java.lang.String
TRUST_STORE_TYPE
This is the key used to specify truststore type name for SAMLToken consuming
  1. static
  2. java.lang.String
TRUSTED_ISSUER_
The key is trusted issuer name whose name is trustedIssuer_n where n is an integer.
  1. static
  2. java.lang.String
TRUSTED_ISSUER_SUBJECTDN
The key is trusted issuer X509Certificate's SubjectDN name whose name is trustedSubjectDN_n where n is an integer.
  1. static
  2. java.lang.String
TRUSTED_STS_ALIAS
This is the optional key used to specify the trusted STS certificate's alias for SAMLToken consuming
  1. static
  2. java.lang.String
TS_PATH_PROP
The key is used to specify location of the truststore file in the custom properties.
  1. static
  2. java.lang.String
TS_PW_PROP
The key is used to specify password of the truststore file in the custom properties.
  1. static
  2. java.lang.String
TS_REF_PROP
The key is used to specify reference to centrally managed truststore in the custom properties.
  1. static
  2. java.lang.String
TS_TYPE_PROP
The key is used to specify type of the truststore file in the custom properties.
  1. static
  2. java.lang.String
TTL_PROP
The key is used to specify amount of time before token expires in the custom properties.
  1. static
  2. java.lang.String
USE_IMPLIED_DKT
The key is used to specify an option for the requested SAMLToken to be used with Implied Derived Keys when using WSSAPI.
  1. static
  2. java.lang.String
USE_KEY_TYPE
This is the optional key used to specify the Usekey type, which tells client to generate desired type of KeyInfo.
  1. static
  2. java.lang.String
useUniqueSecurityName
The key is used to set the flag to assert the UniqueSecurityName from WebSphere security subject as SAML NameID or NameIdentifier in a self generated SAML token.
  1. static
  2. java.lang.String
VALIDATE_AUDIENCE
The key is used to set the flag to validate AudienceRestriction assertion The default behavior is not to require AudienceRestriction validation.
  1. static
  2. java.lang.String
VALIDATE_ONETIMEUSE
The key is used to set the flag to validate OneTimeUse assertion in SAML 2.0, or DoNotCacheCondition in SAML 1.1 The default behavior is to require OneTimeUse assertion validation.
  1. static
  2. java.lang.String
WSS_CONSUMING_CONTEXT
The key is used to specify the WSSConsumingContext object used by WS-Trust client to request SAMLToken.
  1. static
  2. java.lang.String
WSS_GENERATION_CONTEXT
The key is used to specify the WSSGenerationContext object used by WS-Trust client to request SAMLToken.
  1. static
  2. java.lang.String
X509PATH
The key is intermediate X509Certificate file path name file path name,.
  1. static
  2. java.lang.String
X509PATH_PREFIX
The key is intermediate X509Certificate file path name file path name whose name is X509PATH_n where n is an integer.

Field Detail

STS_ADDRESS

  1. static final java.lang.String STS_ADDRESS

This is the key used to specify the SecurityTokenService address.

See Also:

KEY_TYPE

  1. static final java.lang.String KEY_TYPE

 This is the key used to specify KeyType when making WS-Trust request to STS.
 
 The following keyTypes for WS-Trust 1.2 may be specified:
  WSSConstants.WST12.KEYTYPE_PUBLICKEY
  WSSConstants.WST12.KEYTYPE_SYMMETRICKEY       
 
 The following keyTypes for WS-Trust 1.3 may be specified:
  WSSConstants.WST13.KEYTYPE_PUBLICKEY
  WSSConstants.WST13.KEYTYPE_SYMMETRICKEY
  WSSConstants.WST13.KEYTYPE_BEARER      
 
 

See Also:

KEY_SIZE

  1. static final java.lang.String KEY_SIZE

This is the key used to specify KeySize when requesting a SecretKey from STS.

See Also:

Token_REQUEST

  1. static final java.lang.String Token_REQUEST

This is the key used to specify SAMLToken request method. Valid values include "issue", "propagation", and "issueByWSPrincipal". The default value is "issue".

See Also:

CONFIRMATION_METHOD

  1. static final java.lang.String CONFIRMATION_METHOD

This is the key used to specify SAMLToken subject ConfirmationMethod. Valid values include "bearer", "holder-of-key", and "sender-vouches".

See Also:

TRUST_CLIENT_POLICY

  1. static final java.lang.String TRUST_CLIENT_POLICY

This is the key used to specify WS-Trust client's policyset name

See Also:

TRUST_CLIENT_BINDING

  1. static final java.lang.String TRUST_CLIENT_BINDING

This is the key used to specify WS-trust client's binding name.

See Also:

TRUST_STORE_REF

  1. static final java.lang.String TRUST_STORE_REF

This is the key used to specify truststore reference for SAMLToken consuming

See Also:

TRUST_STORE_PATH

  1. static final java.lang.String TRUST_STORE_PATH

This is the key used to specify truststore file path for SAMLToken consuming

See Also:

TRUST_STORE_TYPE

  1. static final java.lang.String TRUST_STORE_TYPE

This is the key used to specify truststore type name for SAMLToken consuming

See Also:

TRUST_STORE_PASSWORD

  1. static final java.lang.String TRUST_STORE_PASSWORD

This is the key used to specify truststore password for SAMLToken consuming

See Also:

TRUSTED_STS_ALIAS

  1. static final java.lang.String TRUSTED_STS_ALIAS

This is the optional key used to specify the trusted STS certificate's alias for SAMLToken consuming

See Also:

TRUST_ANY_STS_SIGNER

  1. static final java.lang.String TRUST_ANY_STS_SIGNER

This is the key used to specify if recipient trust any certificate that signs SAML assertion.

See Also:

SIGNATURE_REQUIRED

  1. static final java.lang.String SIGNATURE_REQUIRED

This is the key used to specify if signature on SAML assertion is required. Valid values are "true" or "false".

See Also:

TRUST_CLIENT_SOAP_VERSION

  1. static final java.lang.String TRUST_CLIENT_SOAP_VERSION

This is the key used to specify the SOAP version in WS-Trust request. Valid values are "1.1" or "1.2". The default value is the same SOAP version used by application client.

See Also:

TRUST_CLIENT_BINDING_SCOPE

  1. static final java.lang.String TRUST_CLIENT_BINDING_SCOPE

This is the key used to specify binding scope for the policyset attached to WS-Trust client.

See Also:

SIGN_SAMLTOKEN_WITH_STRT

  1. static final java.lang.String SIGN_SAMLTOKEN_WITH_STRT

This is the key used to specify if a SAMLToken should be signed with application message.

See Also:

DEFAULT_SAML_EXPIRES_IN_MILLISECONDS

  1. static final long DEFAULT_SAML_EXPIRES_IN_MILLISECONDS

The value specify the default SAMLToken lifetime in milliseconds for a self-issued SAMLToken.

See Also:

TRUST_CLIENT_WSTRUST_NAMESPACE

  1. static final java.lang.String TRUST_CLIENT_WSTRUST_NAMESPACE

This is the key used to specify the WS-Trust namespace in WS-Trust request

See Also:

TRUST_CLIENT_WSTRUST_NAMESPACE_12

  1. static final java.lang.String TRUST_CLIENT_WSTRUST_NAMESPACE_12

This value is the alias for WS-Trust 1.2 namespace.

See Also:

TRUST_CLIENT_WSTRUST_NAMESPACE_13

  1. static final java.lang.String TRUST_CLIENT_WSTRUST_NAMESPACE_13

This value is the alias for WS-Trust 1.3 namespace.

See Also:

DEFAULT_TRUST_CLIENT_WSTRUST_NAMESPACE

  1. static final java.lang.String DEFAULT_TRUST_CLIENT_WSTRUST_NAMESPACE

This value is WS-Trust 1.3 namespace.

See Also:

TRUST_CLIENT_COLLECTION_REQUEST

  1. static final java.lang.String TRUST_CLIENT_COLLECTION_REQUEST

This is the key used to specify if RequestSecurityTokenCollection is required in WS-Trust request. The default behavior is to use RequestSecurityToken instead of RequestSecurityTokenCollection.

See Also:

DEFAULT_TRUST_CLIENT_COLLECTION_REQUEST

  1. static final boolean DEFAULT_TRUST_CLIENT_COLLECTION_REQUEST

This value is to indicate RequestsecurityTokenCollection is not used in WS-Trust request.

See Also:

KEY_STORE_REF

  1. static final java.lang.String KEY_STORE_REF

This is the key used to specify keystore reference for SAMLToken consuming

See Also:

KEY_STORE_PATH

  1. static final java.lang.String KEY_STORE_PATH

This is the key used to specify keystore file path for SAMLToken consuming

See Also:

KEY_STORE_TYPE

  1. static final java.lang.String KEY_STORE_TYPE

This is the key used to specify keystore type name for SAMLToken consuming

See Also:

KEY_STORE_PASSWORD

  1. static final java.lang.String KEY_STORE_PASSWORD

This is the key used to specify keystore password for SAMLToken consuming

See Also:

KEY_ALIAS

  1. static final java.lang.String KEY_ALIAS

This is the optional key used to specify the key alias for SAMLToken consuming

See Also:

KEY_NAME

  1. static final java.lang.String KEY_NAME

This is the optional key used to specify the key name for SAMLToken consuming

See Also:

KEY_PASSWORD

  1. static final java.lang.String KEY_PASSWORD

This is the optional key used to specify the key password for SAMLToken consuming

See Also:

USE_KEY_TYPE

  1. static final java.lang.String USE_KEY_TYPE

This is the optional key used to specify the Usekey type, which tells client to generate desired type of KeyInfo. The valid values are "KeyValue", "X509Certificate", "X509IssuerSerial", "X509SubjectName", "X509SKI", and "Thumbprint".

See Also:

SAMLTOKEN_IN_MESSAGECONTEXT

  1. static final java.lang.String SAMLTOKEN_IN_MESSAGECONTEXT

The key is used to set SAMLToken to RequestContext


SAMLTOKEN_OUT_MESSAGECONTEXT

  1. static final java.lang.String SAMLTOKEN_OUT_MESSAGECONTEXT

The key is used to get SAMLToken from ResponseContext


CACHE_CUSHION

  1. static final java.lang.String CACHE_CUSHION

The key is used to specify cushion in milliseconds that a cached token should not be reused, and a new token should be issued.

See Also:

CACHE_TOKEN

  1. static final java.lang.String CACHE_TOKEN

The key is used to specify if SAMLToken could be cached for reuse. The default behavior is to allow SAMLToken caching for reuse.

See Also:

SAMLTOKEN_CLIENT_CACHE_TIMEOUT

  1. static final java.lang.String SAMLTOKEN_CLIENT_CACHE_TIMEOUT

The key is used to indicate how many minutes a SAML token could be maintained in client cache.

See Also:

SAMLTOKEN_CLIENT_CACHE_ENTRIES

  1. static final java.lang.String SAMLTOKEN_CLIENT_CACHE_ENTRIES

The key is used to indicate how many cache entries could be maintained.

See Also:

SERVICE_ALIAS

  1. static final java.lang.String SERVICE_ALIAS

The key is used to specify Certificate's alias of target service.

See Also:

CLOCK_SKEW

  1. static final java.lang.String CLOCK_SKEW

The key is used to specify allowable clock skew.

See Also:

VALIDATE_ONETIMEUSE

  1. static final java.lang.String VALIDATE_ONETIMEUSE

The key is used to set the flag to validate OneTimeUse assertion in SAML 2.0, or DoNotCacheCondition in SAML 1.1 The default behavior is to require OneTimeUse assertion validation.

See Also:

VALIDATE_AUDIENCE

  1. static final java.lang.String VALIDATE_AUDIENCE

The key is used to set the flag to validate AudienceRestriction assertion The default behavior is not to require AudienceRestriction validation.

See Also:

FAILOVER_TO_TOKEN_REQUEST

  1. static final java.lang.String FAILOVER_TO_TOKEN_REQUEST

The key is used to indicate if ws-security runtime should use attached policyset to issue a new SAMLToken if the input SAMLToken in RequestContext is invalid. The default behavior is to always issue a new one if input token is invalid.

See Also:

SAMLTOKEN_SELF_ISSUER

  1. static final java.lang.String SAMLTOKEN_SELF_ISSUER

The key is the default SAML self-issuer name


TRUSTED_ISSUER_

  1. static final java.lang.String TRUSTED_ISSUER_

The key is trusted issuer name whose name is trustedIssuer_n where n is an integer.

See Also:

TRUSTED_ISSUER_SUBJECTDN

  1. static final java.lang.String TRUSTED_ISSUER_SUBJECTDN

The key is trusted issuer X509Certificate's SubjectDN name whose name is trustedSubjectDN_n where n is an integer.

See Also:

TOKEN_TYPE

  1. static final java.lang.String TOKEN_TYPE

The key specifies the requires token type to SAMLGenerateCallback.

See Also:

SAML_SELF_ISSUER_CONFIG

  1. static final java.lang.String SAML_SELF_ISSUER_CONFIG

The key specifies the required configuration data when generating a self-issued SAML token.

See Also:

SAML_NAME_IDENTIFIER

  1. static final java.lang.String SAML_NAME_IDENTIFIER

The key specifies the SAML token subject name identifier when generating a self-issued SAML token.

See Also:

SAML_TOKEN

  1. static final java.lang.String SAML_TOKEN

The key is used to access the SAMLToken object in SAMLGenerateLoginModule shared state.

See Also:

WSS_GENERATION_CONTEXT

  1. static final java.lang.String WSS_GENERATION_CONTEXT

The key is used to specify the WSSGenerationContext object used by WS-Trust client to request SAMLToken.

See Also:

WSS_CONSUMING_CONTEXT

  1. static final java.lang.String WSS_CONSUMING_CONTEXT

The key is used to specify the WSSConsumingContext object used by WS-Trust client to request SAMLToken.

See Also:

SSL_CONFIG_ALIAS

  1. static final java.lang.String SSL_CONFIG_ALIAS

The key is used to specify the alias to an SSL configuration used by WS-Trust client to request SAMLToken. This key is optional. If this key is not set, the default SSL alias defined in system's SSL Configuration is used.

See Also:

SAML_APPLIES_TO

  1. static final java.lang.String SAML_APPLIES_TO

The key is used to specify the AppliesTo for the requested SAMLToken when using WSSAPI.

See Also:

SAML_ATTRIBUTES

  1. static final java.lang.String SAML_ATTRIBUTES

The key is used to specify an ArrayList of SAML Attributes for the requested SAMLToken when using WSSAPI.

See Also:

ISSUER_URI_PROP

  1. static final java.lang.String ISSUER_URI_PROP

The key is used to specify issuer URL in the custom properties.

See Also:

TTL_PROP

  1. static final java.lang.String TTL_PROP

The key is used to specify amount of time before token expires in the custom properties.

See Also:

KS_REF_PROP

  1. static final java.lang.String KS_REF_PROP

The key is used to specify reference to centrally managed keystore in the custom properties.

See Also:

KS_PATH_PROP

  1. static final java.lang.String KS_PATH_PROP

The key is used to specify location of the keystore file in the custom properties.

See Also:

KS_TYPE_PROP

  1. static final java.lang.String KS_TYPE_PROP

The key is used to specify type of the keystore file in the custom properties.

See Also:

KS_PW_PROP

  1. static final java.lang.String KS_PW_PROP

The key is used to specify password of the keystore file in the custom properties.

See Also:

KEY_ALIAS_PROP

  1. static final java.lang.String KEY_ALIAS_PROP

The key is used to specify alias of the key in the custom properties.

See Also:

KEY_NAME_PROP

  1. static final java.lang.String KEY_NAME_PROP

The key is used to specify name of the key in the custom properties.

See Also:

KEY_PW_PROP

  1. static final java.lang.String KEY_PW_PROP

The key is used to specify password of the key in the custom properties.

See Also:

TS_REF_PROP

  1. static final java.lang.String TS_REF_PROP

The key is used to specify reference to centrally managed truststore in the custom properties.

See Also:

TS_PATH_PROP

  1. static final java.lang.String TS_PATH_PROP

The key is used to specify location of the truststore file in the custom properties.

See Also:

TS_TYPE_PROP

  1. static final java.lang.String TS_TYPE_PROP

The key is used to specify type of the truststore file in the custom properties.

See Also:

TS_PW_PROP

  1. static final java.lang.String TS_PW_PROP

The key is used to specify password of the truststore file in the custom properties.

See Also:

REQUIRE_DKT

  1. static final java.lang.String REQUIRE_DKT

The key is used to specify an option for the requested SAMLToken to be used with Derived Keys when using WSSAPI.

See Also:

USE_IMPLIED_DKT

  1. static final java.lang.String USE_IMPLIED_DKT

The key is used to specify an option for the requested SAMLToken to be used with Implied Derived Keys when using WSSAPI.

See Also:

DKT_KEY_LENGTH

  1. static final java.lang.String DKT_KEY_LENGTH

The key is used to specify derived key length in bytes for the requested SAMLToken to be used with Derived Keys when using WSSAPI.

See Also:

DKT_NONCE_LENGTH

  1. static final java.lang.String DKT_NONCE_LENGTH

The key is used to specify derived nonce length in bytes for the requested SAMLToken to be used with Derived Keys when using WSSAPI.

See Also:

CLIENT_LABEL

  1. static final java.lang.String CLIENT_LABEL

The key is used to specify client label for the requested SAMLToken to be used with Derived Keys when using WSSAPI.

See Also:

SERVICE_LABEL

  1. static final java.lang.String SERVICE_LABEL

The key is used to specify service label for the requested SAMLToken to be used with Derived Keys when using WSSAPI.

See Also:

includeRealmName

  1. static final java.lang.String includeRealmName

The key is used to set the flag to assert WebSphere security domain's realm as a SAML Attribute in a self generated SAML token.

See Also:

includeSecurityName

  1. static final java.lang.String includeSecurityName

The key is used to set the flag to assert the SecurityName from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

includeUniqueSecurityName

  1. static final java.lang.String includeUniqueSecurityName

The key is used to set the flag to assert the UniqueSecurityName from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

includeCredentialToken

  1. static final java.lang.String includeCredentialToken

The key is used to set the flag to assert the CredentialToken from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

includeOID

  1. static final java.lang.String includeOID

The key is used to set the flag to assert the OID from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

includeExpiration

  1. static final java.lang.String includeExpiration

The key is used to set the flag to assert the Expiration time from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

includePrimaryGroupId

  1. static final java.lang.String includePrimaryGroupId

The key is used to set the flag to assert the PrimaryGroupId from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

includeGroupIds

  1. static final java.lang.String includeGroupIds

The key is used to set the flag to assert the GroupIds from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

includeHostName

  1. static final java.lang.String includeHostName

The key is used to set the flag to assert the HostName from WebSphere security subject as a SAML Attribute in a self generated SAML token.

See Also:

useUniqueSecurityName

  1. static final java.lang.String useUniqueSecurityName

The key is used to set the flag to assert the UniqueSecurityName from WebSphere security subject as SAML NameID or NameIdentifier in a self generated SAML token.

See Also:

BEARER_KEYTYPE_ALIAS

  1. static final java.lang.String BEARER_KEYTYPE_ALIAS

This value is the alias for the Bearer keytype.

See Also:

SYMMETRICKEY_KEYTYPE_ALIAS

  1. static final java.lang.String SYMMETRICKEY_KEYTYPE_ALIAS

This value is the alias for the SymmetricKey keytype.

See Also:

PUBLICKEY_KEYTYPE_ALIAS

  1. static final java.lang.String PUBLICKEY_KEYTYPE_ALIAS

This value is the alias for the PublicKey keytype.

See Also:

X509PATH

  1. static final java.lang.String X509PATH

The key is intermediate X509Certificate file path name file path name,.

See Also:

CRLPATH

  1. static final java.lang.String CRLPATH

The key is revoked certificate list file path name whose name.

See Also:

X509PATH_PREFIX

  1. static final java.lang.String X509PATH_PREFIX

The key is intermediate X509Certificate file path name file path name whose name is X509PATH_n where n is an integer.

See Also:

CRLPATH_PREFIX

  1. static final java.lang.String CRLPATH_PREFIX

The key is revoked certificate list file path name whose name is CRLPATH_n where n is an integer.

See Also:

SIGNATURE_CACHE_TIMEOUT

  1. static final java.lang.String SIGNATURE_CACHE_TIMEOUT

The key is used to indicate how many minutes a SAML token would be cached to to avoid repeating signature validation.

See Also:

SIGNATURE_CACHE_ENTRIES

  1. static final java.lang.String SIGNATURE_CACHE_ENTRIES

The key is used to indicate how many signature cache entries could be maintained.

See Also:

TRUST_SERVICE_CACHE_TIMEOUT

  1. static final java.lang.String TRUST_SERVICE_CACHE_TIMEOUT

The key is used to indicate how many minutes sts service instance can be kept in client side cache.

See Also:

TRUST_SERVICE_CACHE_ENTRIES

  1. static final java.lang.String TRUST_SERVICE_CACHE_ENTRIES

The key is used to indicate how many sts service instance cache entries could be maintained.

See Also: