public final class SAMLConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT_LANG_HEADER
Accept Language HTTP header
|
static String |
ACCOUNTMAPPER
A SAML service attribute parameter that specifies a pluggable class
which defines how the subject of an Assertion is related to an identity
at the destination site.
|
static String |
ACTION_NAMESPACE
String used in the
ActionNamespace attribute to refer to
common sets of actions to perform on resources. |
static String |
ACTION_NAMESPACE_GHPP
String used in the
ActionNamespace attribute to refer to
common sets of actions to perform on resources. |
static String |
ACTION_NAMESPACE_NEGATION
String used in the
ActionNamespace attribute to refer to
common sets of actions to perform on resources. |
static String |
ACTION_NAMESPACE_UNIX
String used in the
ActionNamespace |
static String |
ACTION_SERVICE_MAPPING
SAML service attribute that specifies action service mapping.
|
static String |
ACTIONMAPPER
A SAML service attribute parameter that specifies the class with the
path to where the actionMapper is located.
|
static String |
ALGO_ID_C14N_EXCL_OMIT_COMMENTS
Exclusive XML canonicalization Algorithm URI.
|
static String |
ALGO_ID_C14N_EXCL_WITH_COMMENTS
Exclusive XML canonicalization with comments Algorithm URI.
|
static String |
ALGO_ID_C14N_OMIT_COMMENTS
XML canonicalization Algorithm URI.
|
static String |
ALGO_ID_C14N_WITH_COMMENTS
XML canonicalization with comments Algorithm URI.
|
static String |
ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5
MAC Algorithm HMAC-MD5 URI.
|
static String |
ALGO_ID_MAC_HMAC_RIPEMD160
MAC Algorithm HMAC-RIPEMD160 URI.
|
static String |
ALGO_ID_MAC_HMAC_SHA1
MAC Algorithm HMAC-SHA1 URI - Required.
|
static String |
ALGO_ID_MAC_HMAC_SHA256
MAC Algorithm HMAC-SHA256 URI.
|
static String |
ALGO_ID_MAC_HMAC_SHA384
MAC Algorithm HMAC-SHA384 URI.
|
static String |
ALGO_ID_MAC_HMAC_SHA512
MAC Algorithm HMAC-SHA512 URI.
|
static String |
ALGO_ID_SIGNATURE_DSA
Signature Algorithm DSAwithSHA1 URI - Required.
|
static String |
ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5
Signature Algorithm RSA-MD5 URI.
|
static String |
ALGO_ID_SIGNATURE_RSA
Signature Algorithm RSAwithSHA1 URI - Recommended.
|
static String |
ALGO_ID_SIGNATURE_RSA_RIPEMD160
Signature Algorithm RSA-RIPEMD160 URI.
|
static String |
ALGO_ID_SIGNATURE_RSA_SHA1
Signature Algorithm RSAwithSHA1 URI.
|
static String |
ALGO_ID_SIGNATURE_RSA_SHA256
Signature Algorithm RSA-SHA256 URI.
|
static String |
ALGO_ID_SIGNATURE_RSA_SHA384
Signature Algorithm RSA-SHA384 URI.
|
static String |
ALGO_ID_SIGNATURE_RSA_SHA512
Signature Algorithm RSA-SHA512 URI.
|
static String |
AM_SIGNATURE_PROVIDER |
static String |
ARTIFACT_NAME
SAML service attribute that specifies the name for artifact.
|
static String |
ARTIFACT_NAME_DEFAULT
Default SAML artifact name.
|
static int |
ARTIFACT_TIMEOUT_DEFAULT
Default artifact timeout period.
|
static String |
ARTIFACT_TIMEOUT_NAME
SAML service attribute that specifies artifact timeout period.
|
static int |
ASSERTION_MAJOR_VERSION
Major version of assertion.
|
static int |
ASSERTION_MAX_NUMBER_DEFAULT
Default maximum number of assertions of the server.
|
static String |
ASSERTION_MAX_NUMBER_NAME
SAML service attribute that specifies maximum number of assertions
the server can have at a given time.
|
static int |
ASSERTION_MINOR_VERSION
Default Assertion minor version.
|
static int |
ASSERTION_MINOR_VERSION_ONE
Assertion minor version 1.
|
static int |
ASSERTION_MINOR_VERSION_ZERO
Assertion minor version 0.
|
static String |
ASSERTION_PREFIX
saml namespace prefix with ":".
|
static int |
ASSERTION_TIMEOUT_DEFAULT
Default assertion timeout period.
|
static String |
ASSERTION_TIMEOUT_NAME
SAML service attribute that specifies assertion timeout period.
|
static String |
ASSERTION_VERSION_1_0
Assertion version 1.0.
|
static String |
ASSERTION_VERSION_1_1
Assertion version 1.1.
|
static String |
assertionDeclareStr
String which gets incorporated into
toString(includeNS, declareNS) when
declareNS is true for any assertion element. |
static String |
assertionSAMLNameSpaceURI
SAML assertion namespace URI.
|
static String |
ATTR_NAME_SPACE
SAML component default name space.
|
static String |
ATTRIBUTE_MAP
SAML service attribute that specifies the attribute map.
|
static String |
ATTRIBUTEMAPPER
A SAML service attribute parameter that specifies the class with the
path to where the attributeMapper is located.
|
static String |
AUTH_METHOD_CERT
Certificate authentication method.
|
static String |
AUTH_METHOD_CERT_URI
Certificate authentication method URI.
|
static String |
AUTH_METHOD_HARDWARE_TOKEN_URI
Hardware token authentication method uri.
|
static String |
AUTH_METHOD_KERBEROS
Kerberos authentication method.
|
static String |
AUTH_METHOD_KERBEROS_URI
Kerberos authentication method uri.
|
static String |
AUTH_METHOD_PASSWORD_URI
Password authentication method URI.
|
static String |
AUTH_METHOD_URI_PREFIX
Private authentication method prefix.
|
static String |
AUTH_PASSWORD
A SAML service attribute parameter that defines the password of the
partner which is used for Basic Authentication.
|
static String |
AUTH_UID
A SAML service attribute parameter that defines the user id of the
partner which is used for Basic Authentication.
|
static String |
AUTHTYPE
A SAML service attribute parameter that defines the authentication type
used in SAML.
|
static String |
BASICAUTH
A SAML authentication type that uses HTTP protocol and username/password
|
static String |
BEGIN_CERT
Beginning of certificate string.
|
static String |
BINARYSECURITYTOKEN
Tag name for
BinarySecurityToken . |
static String |
CANONICALIZATION_METHOD |
static String |
CERTALIAS
A SAML service attribute parameter that specifies a certAlias name used
for verifying the signature in an assertion, when the assertion is
signed by a partner and the certificate of the partner can not be found
in the KeyInfo portion of the signed assertion.
|
static int |
CLEANUP_INTERVAL_DEFAULT
Default server cleanup interval.
|
static String |
CLEANUP_INTERVAL_NAME
SAML service attribute that specifies server clean up interval.
|
static String |
CLEANUP_INTERVAL_PROPERTY
System property name that specifies cleanup interval for internal
cache, such as assertions, artifacts and keystore etc.
|
static String |
CONFIRMATION_METHOD_ARTIFACT
SAML artifact confirmation method identifier URI.
|
static String |
CONFIRMATION_METHOD_BEARER
SAML Bearer confirmation method identifier URI.
|
static String |
CONFIRMATION_METHOD_HOLDEROFKEY
SAML "Holder of Key" confirmation method identifier URI.
|
static String |
CONFIRMATION_METHOD_IS
OpenAM confirmation method identifier URI.
|
static String |
CONFIRMATION_METHOD_SENDERVOUCHES
SAML "Sender Vouches" confirmation method identifier URI.
|
static String |
DEFAULT_ENCODING
Default encoding used in the xml string conversion.
|
static String |
DEFAULT_ERROR_PAGE_URL
Default error page url.
|
static String |
DEPRECATED_CONFIRMATION_METHOD_ARTIFACT
Deprecated SAML Artifact confirmation method identifier URI.
|
static String |
DIGEST_ALGORITHM |
static String |
DSSAMLNameSpace
Pointer to Signature name space.
|
static String |
END_CERT
End of certificate string.
|
static String |
END_ELEMENT
String to identify "/>".
|
static String |
ERROR_CODE
Error code.
|
static String |
ERROR_MESSAGE
Error message.
|
static String |
ERROR_PAGE_HTTP_BINDING
Property to identity the HTTP binding for displaying error page.
|
static String |
ERROR_PAGE_URL
Property to identify the error page url.
|
static String |
ESCAPE_ATTR_VALUE
Keyname for escaping special characters in
AttributeValue . |
static String |
HOST_LIST
A SAML service attribute parameter that lists the IP addresses and/or
the certAlias for all of the hosts, within the specified partner site,
that can send requests to this site.
|
static String |
HTTP
http protocol.
|
static String |
HTTP_POST
HTTP POST binding.
|
static String |
HTTP_REDIRECT
HTTP Redirect binding.
|
static String |
HTTP_STATUS_CODE
HTTP status code.
|
static String |
HTTPS
https protocol.
|
static int |
ID_LENGTH
Assertion handle, request id, and response id have this length.
|
static String |
INSTANCE_LIST
SAML service attribute that specifies list of instances.
|
static String |
INSTANCEID
Constant for instance id.
|
static String |
ISSUER
A SAML service attribute parameter that defines the creator of an
assertion generated within OpenAM.
|
static String |
ISSUER_NAME
This site's issuer name.
|
static String |
ISSUER_NAME_LIST
SAML service attribute that specifies list of issuer names.
|
static String |
ISSUERNAME
Constant for issuer name.
|
static String |
JKS_KEY_PROVIDER |
static String |
KEY_PROVIDER_IMPL_CLASS |
static String |
LEFT_ANGLE
String to identify a left angle.
|
static String |
MYCERTALIAS
Attribute which identifies certificate alias of this site.
|
static String |
NAME_ID_FORMAT
Parameter for Name Identifier format used in SAML web browser post
profile and SAML web browser artifact profile.
|
static String |
NAME_ID_FORMAT_MAP
SAML service attribute that specifies the name id format attribute map.
|
static String |
NAMEIDENTIFIERMAPPER
A SAML service attribute parameter that specifies the class with the
path where the nameIdentifierMapper is located.
|
static String |
NL
String to identify a new line charactor.
|
static String |
NOAUTH
A SAML authentication type that uses HTTP protocol
|
static int |
NOTBEFORE_TIMESKEW_DEFAULT
Default not before time skew.
|
static String |
NOTBEFORE_TIMESKEW_NAME
SAML service attribute that specifies time skew for not before attribute
in assertion.
|
static String |
NS_SEC
SOAP security namespace.
|
static String |
NS_WSSE
SOAP utility namespace.
|
static String |
NS_WSU
Liberty security namespace.
|
static String |
NS_XMLNS
XML schema namespace.
|
static String |
PARTNER_URLS
SAML service attribute that specifies partner urls.
|
static String |
PARTNERACCOUNTMAPPER
A SAML service attribute parameter that specifies a pluggable class
which defines how the subject of an Assertion is related to an identity
at the destination site and a target URL.
|
static String |
PARTNERNAME
A SAML service attribute parameter that defines partner's name.
|
static String |
PARTNERSITEATTRIBUTEMAPPER
A SAML service attribute parameter that specifies the class with the
path where the partnerSiteAttributeMapper is located.
|
static String |
PASSWORD
SAML service attribute which identifies basic authentication password.
|
static Set |
passwordAuthMethods |
static String |
POST_ASSERTION
Constant for assertion parameter.
|
static String |
POST_ASSERTION_NAME
A POST attribute name that specifies an assertion.
|
static String |
POST_ATTR_NAMES
A POST attribute name that specifies attribute names of an assertion.
|
static String |
POST_SAML_RESPONSE_PARAM
Parameter for SAML response used in SAML web browser post profile.
|
static String |
POST_TARGET_PARAM
Parameter for SAML TARGET.
|
static String |
POST_TO_TARGET_URLS
SAML service attribute that specifies POST to Target URLs.
|
static String |
POSTURL
Constants for url which handles saml web browser post profile.
|
static String |
PREFIX_DS
String that identifies ds prefix.
|
static String |
PREFIX_WSU
String that identifies wsu prefix.
|
static int |
PROTOCOL_MAJOR_VERSION
Protocol major version 1.
|
static int |
PROTOCOL_MINOR_VERSION
Default protocol minor version 1.
|
static int |
PROTOCOL_MINOR_VERSION_ONE
Protocol minor version 1.
|
static int |
PROTOCOL_MINOR_VERSION_ZERO
Protocol minor version 0.
|
static String |
PROTOCOL_NAMESPACE_STRING
String used in the
toString(includeNS, declareNS) method. |
static String |
PROTOCOL_NAMESPACE_URI
SAML request-response protocol namespace URI.
|
static String |
PROTOCOL_PREFIX
samlp namespace prefix with ":".
|
static String |
PROTOCOL_VERSION_1_0
Protocol version 1.0.
|
static String |
PROTOCOL_VERSION_1_1
Protocol version 1.1.
|
static String |
QUOTE
String to identify a quote.
|
static String |
REMOVE_ASSERTION_NAME
SAML service attribute that specifies whether needs to remove
assertion after it's being dereferenced or not.
|
static String |
RIGHT_ANGLE
String to identify a right angle.
|
static String |
SAML
SAML component name to be used to get datastore provider.
|
static String |
SAML_AM_NAMING
Constant for process which handles all assertion related requests.
|
static String |
SAML_ASSERTION_VERSION
Attribute that identifies default version for saml assertion in
AMConfig.properties file. |
static String |
SAML_AWARE_NAMING
Constant for servlet which does SAML web browser artifact profile.
|
static String |
SAML_POST_NAMING
Constant for servlet which does SAML web browser post profile.
|
static String |
SAML_PROTOCOL_VERSION
Attribute that identifies default version for saml protocol in
AMConfig.properties file. |
static String |
SAML_SERVICE_NAME
SAML service name.
|
static String |
SAML_SERVICE_VERSION
1.0 version of SAML service.
|
static String |
SAML_SOAP_NAMING
Constant for endpoint which accepts SOAP request.
|
static String |
SAMLURL
Constants for url which handles saml web browser artifact profile.
|
static String |
SERVER_HOST
Attribute that identifies server host in
AMConfig.properties file. |
static int |
SERVER_ID_LENGTH
Length for server id.
|
static String |
SERVER_PORT
Attribute that identifies server port in
AMConfig.properties file. |
static String |
SERVER_PROTOCOL
Attribute that identifies server protocol in
AMConfig.properties file. |
static String |
SERVER_URI
Attribute that identifies server port in
AMConfig.properties file. |
static String |
SIGN_ASSERTION
SAML service attribute that specifies whether to sign an assertion
or not.
|
static String |
SIGN_ASSERTION_DEFAULT
Default is to not sign the assertion.
|
static String |
SIGN_REQUEST
SAML service attribute that specifies whether to sign a request or not.
|
static String |
SIGN_REQUEST_DEFAULT
Default is to not sign request.
|
static String |
SIGN_RESPONSE
SAML service attribute that specifies whether to sign a response or not.
|
static String |
SIGN_RESPONSE_DEFAULT
Default is to not sign response.
|
static String |
SIGNATURE_PROVIDER_IMPL_CLASS |
static String |
SITE_CERT_ALIAS
SAML service attribute that specifies site's certificate alias.
|
static String |
SITE_ID
This site's ID.
|
static String |
SITE_ID_ISSUER_NAME_LIST
SAML service attribute name for list of site ID and issuer names.
|
static String |
SITE_ID_LIST
SAML service attribute that specifies list of saml site IDs.
|
static String |
SITEATTRIBUTEMAPPER
A SAML service attribute parameter that specifies the class with the
path where the siteAttributeMapper is located.
|
static String |
SITEATTRIBUTEMAPPERDEFAULT |
static String |
SITEID
Constant for site id.
|
static String |
SOAP_ENV_PREFIX
SOAP envelope prefix.
|
static String |
SOAP_URI
SOAP 1.1 namespace URI.
|
static String |
SOAP12_URI
SOAP 1.2 namespace URI.
|
static String |
SOAPUrl
A SAML service attribute parameter that defines the URL that provides
the SAML service.
|
static String |
SOURCE_SITE_SOAP_ENTRY
Constant which identifies source site.
|
static String |
SOURCEID
A SAML service attribute parameter.
|
static String |
SPACE
String to identify a space charactor.
|
static String |
SSL
A SAML authentication type that uses HTTPS protocol
|
static String |
SSLWITHBASICAUTH
A SAML authentication type that uses HTTPS protocol and
username/password
|
static String |
START_END_ELEMENT
String to identify "</".
|
static String |
STATUS_CODE_SUCCESS
Success status code.
|
static String |
STATUS_CODE_SUCCESS_NO_PREFIX
Success status code with no namespace prefix.
|
static String |
SUBJECT
Constant for subject.
|
static String |
TAG_ASSERTION
Tag name for
Assertion . |
static String |
TAG_ASSERTION_ID
String that identifies
AssertionID . |
static String |
TAG_ASSERTIONIDREFERENCE
Tag name for
AssertionIDReference . |
static String |
TAG_DSAKEYVALUE
DSAKeyValue tag name. |
static String |
TAG_ID
Tag name for "Id".
|
static String |
TAG_KEYINFO
Tag name for
KeyInfo . |
static String |
TAG_KEYNAME
Tag name for
KeyName . |
static String |
TAG_KEYVALUE
Tag name for
KeyValue |
static String |
TAG_PKCS7
Tag name for
PKCS7 with wsse namespace prefix. |
static String |
TAG_REFERENCE
Tag name for
Reference . |
static String |
TAG_RSAKEYVALUE
RSAKeyValue tag name. |
static String |
TAG_SEC_MESSAGEAUTHENTICATION
MessageAuthentication tag name with namespace prefix.
|
static String |
TAG_SECURITY
Tag name for
Security . |
static String |
TAG_SECURITYTOKENREFERENCE
String that identifies tag name "SecurityTokenReference".
|
static String |
TAG_URI
Tag name for
URI . |
static String |
TAG_USAGE
Usage tag name.
|
static String |
TAG_USERNAME_TOKEN |
static String |
TAG_VALUETYPE
Tag name for
ValueType . |
static String |
TAG_WSSE_BINARYSECURITYTOKEN
Tag name for
BinarySecurityToken with namespace prefix. |
static String |
TAG_X509CERTIFICATE
Tag name for
X509Certificate . |
static String |
TAG_X509DATA
Tag name for
X509Data . |
static String |
TAG_XMLNS
String that identifies tag xmlns.
|
static String |
TAG_XMLNS_SEC
String that identifies "xmlns:sec".
|
static String |
TARGET
Constants for target.
|
static String |
TARGET_SPECIFIER
SAML service attribute that specifies target parameter.
|
static String |
TARGET_SPECIFIER_DEFAULT
Default parameter for target.
|
static Set |
tokenAuthMethods |
static String |
TRANSFORM_ALGORITHM |
static String |
TRANSFORM_BASE64_DECODE
Base64 decoding Transform URI.
|
static String |
TRANSFORM_C14N_EXCL_OMIT_COMMENTS
Exclusive XML canonicalization Transform URI.
|
static String |
TRANSFORM_C14N_EXCL_WITH_COMMENTS
Exclusive XML canonicalization with comments Transform URI.
|
static String |
TRANSFORM_C14N_OMIT_COMMENTS
XML canonicalization Transform URI.
|
static String |
TRANSFORM_C14N_WITH_COMMENTS
XML canonicalization with comments Transform URI.
|
static String |
TRANSFORM_ENVELOPED_SIGNATURE
Enveloped Signature Transform URI.
|
static String |
TRANSFORM_XPATH
XPath Transform URI.
|
static String |
TRANSFORM_XPATH2FILTER
XPath Filter v2.0 Transform URI.
|
static String |
TRANSFORM_XPATH2FILTER04
XPath Filter v2.0 Transform URI.
|
static String |
TRANSFORM_XPATHFILTERCHGP
XPath Filter v2.0 CHGP Transform URI.
|
static String |
TRANSFORM_XPOINTER
XPointer Transform URI.
|
static String |
TRANSFORM_XSLT
XSLT Transform URI.
|
static String |
TRUSTED_SERVER_LIST
SAML service attribute that specifies list of trusted partners.
|
static String |
UID
A SAML service attribute parameter that defines the uid of the partner
which is used to protect the partner's SOAP Receiver
|
static String |
USER
SAML service attribute which identifies basic authentication user.
|
static String |
USER_NAME
User Name attribute key in the Attribute Map.
|
static String |
VERSION
A SAML service attribute parameter that specifies SAML version
|
static String |
X509SUBJECTNAME
NameQualifier in NameIdetifier for
X509SubjectName . |
static String |
XMLSIG_ALGORITHM |
static String |
XMLSIG_ELEMENT_NAME
Element name for xml signature.
|
static String |
XMLSIG_NAMESPACE_URI
XML Digital Signature namespace.
|
Constructor and Description |
---|
SAMLConstants() |
public static Set passwordAuthMethods
public static Set tokenAuthMethods
public static final String QUOTE
public static final String NL
public static final String LEFT_ANGLE
public static final String RIGHT_ANGLE
public static final String END_ELEMENT
public static final String START_END_ELEMENT
public static final String SPACE
public static final String assertionSAMLNameSpaceURI
public static final String SOAP_URI
public static final String SOAP12_URI
public static final String SOAP_ENV_PREFIX
public static final String PROTOCOL_NAMESPACE_URI
public static final String XMLSIG_NAMESPACE_URI
public static final String XMLSIG_ELEMENT_NAME
public static final String DSSAMLNameSpace
public static final String assertionDeclareStr
toString(includeNS, declareNS)
when
declareNS
is true for any assertion element.public static final String PROTOCOL_NAMESPACE_STRING
toString(includeNS, declareNS)
method.public static final String X509SUBJECTNAME
NameQualifier
in NameIdetifier
for
X509SubjectName
.public static final String ACTION_NAMESPACE
ActionNamespace
attribute to refer to
common sets of actions to perform on resources.
Title: Read/Write/Execute/Delete/Control
Defined actions: Read Write Execute Delete Control
These actions are interpreted in the normal manner, i.e.
Read
: The subject may read the resource Write
: The subject may modify the resource Execute
: The subject may execute the resource Delete
: The subject may delete the resource Control
: The subject may specify the access control
policy for the resource.public static final String ACTION_NAMESPACE_NEGATION
ActionNamespace
attribute to refer to
common sets of actions to perform on resources.
Title: Read/Write/Execute/Delete/Control with Negation
Defined actions:
Read Write Execute Delete Control ~Read ~Write ~Execute ~Delete
~Control
Read
: The subject may read the resource Write
: The subject may modify the resource Execute
: The subject may execute the resource Delete
: The subject may delete the resource Control
: The subject may specify the access control
policy for the resource ~Read
: The subject may NOT read the resource ~Write
: The subject may NOT modify the resource ~Execute
: The subject may NOT execute the resource ~Delete
: The subject may NOT delete the resource ~Control
: The subject may NOT specify the access
control policy for the resource public static final String ACTION_NAMESPACE_GHPP
ActionNamespace
attribute to refer to
common sets of actions to perform on resources.
Title: Get/Head/Put/Post
Defined actions:
GET HEAD PUT POST
These actions bind to the corresponding HTTP operations. For example a
subject authorized to perform the GET action on a resource is authorized
to retrieve it. The GET and HEAD actions loosely correspond to the
conventional read permission and the PUT and POST actions to the write
permission. The correspondence is not exact however since a HTTP GET
operation may cause data to be modified and a POST operation may cause
modification to a resource other than the one specified in the request.
For this reason a separate Action URI specifier is provided.public static final String ACTION_NAMESPACE_UNIX
ActionNamespace attribute to refer to
common sets of actions to perform on resources.
Title: UNIX File Permissions
Defined actions:
The defined actions are the set of UNIX file access permissions
expressed in the numeric (octal) notation. The action string is a four
digit numeric code: extended user group world
Where the extended access permission has the value
+2 if sgid is set
+4 if suid is set
The user group and world access permissions have the value
+1 if execute permission is granted
+2 if write permission is granted
+4 if read permission is granted
For example 0754 denotes the UNIX file access permission: user read,
write and execute, group read and execute and world read.
public static final String ASSERTION_PREFIX
public static final String PROTOCOL_PREFIX
public static final String ASSERTION_VERSION_1_0
public static final String ASSERTION_VERSION_1_1
public static final int ASSERTION_MAJOR_VERSION
public static int ASSERTION_MINOR_VERSION
public static final int ASSERTION_MINOR_VERSION_ZERO
public static final int ASSERTION_MINOR_VERSION_ONE
public static final String PROTOCOL_VERSION_1_0
public static final String PROTOCOL_VERSION_1_1
public static final int PROTOCOL_MAJOR_VERSION
public static int PROTOCOL_MINOR_VERSION
public static final int PROTOCOL_MINOR_VERSION_ZERO
public static final int PROTOCOL_MINOR_VERSION_ONE
public static final int ID_LENGTH
public static final int SERVER_ID_LENGTH
public static final String DEFAULT_ENCODING
public static String CONFIRMATION_METHOD_ARTIFACT
public static final String DEPRECATED_CONFIRMATION_METHOD_ARTIFACT
public static final String CONFIRMATION_METHOD_IS
public static final String CONFIRMATION_METHOD_BEARER
public static final String CONFIRMATION_METHOD_HOLDEROFKEY
public static final String CONFIRMATION_METHOD_SENDERVOUCHES
public static final String SAML_SERVICE_NAME
public static final String SAML_SERVICE_VERSION
public static final String NOTBEFORE_TIMESKEW_NAME
public static final String ARTIFACT_TIMEOUT_NAME
public static final String ASSERTION_TIMEOUT_NAME
public static final String REMOVE_ASSERTION_NAME
public static final int NOTBEFORE_TIMESKEW_DEFAULT
public static final int ARTIFACT_TIMEOUT_DEFAULT
public static final int ASSERTION_TIMEOUT_DEFAULT
public static final String SITE_ID_LIST
public static final String INSTANCE_LIST
public static final String SITE_ID
public static final String ISSUER_NAME_LIST
public static final String ISSUER_NAME
public static final String SITE_ID_ISSUER_NAME_LIST
public static final String INSTANCEID
public static final String SITEID
public static final String ISSUERNAME
public static final String SITE_CERT_ALIAS
public static final String SIGN_REQUEST
public static final String SIGN_REQUEST_DEFAULT
public static final String SIGN_RESPONSE
public static final String SIGN_RESPONSE_DEFAULT
public static final String SIGN_ASSERTION
public static final String SIGN_ASSERTION_DEFAULT
public static final String ARTIFACT_NAME
public static final String NAME_ID_FORMAT_MAP
public static final String ATTRIBUTE_MAP
public static final String ARTIFACT_NAME_DEFAULT
public static final String TARGET_SPECIFIER
public static final String TARGET_SPECIFIER_DEFAULT
public static final String TRUSTED_SERVER_LIST
public static final String PARTNER_URLS
public static final String TARGET
public static final String SAMLURL
public static final String POSTURL
public static final String SOURCEID
public static final String PARTNERNAME
public static final String SOAPUrl
public static final String AUTHTYPE
public static final String UID
public static final String AUTH_UID
public static final String AUTH_PASSWORD
public static final String ACCOUNTMAPPER
public static final String PARTNERACCOUNTMAPPER
public static final String SITEATTRIBUTEMAPPER
public static final String SITEATTRIBUTEMAPPERDEFAULT
public static final String PARTNERSITEATTRIBUTEMAPPER
public static final String NAMEIDENTIFIERMAPPER
public static final String HOST_LIST
public static final String POST_ASSERTION_NAME
public static final String POST_ATTR_NAMES
public static final String CERTALIAS
public static final String ISSUER
public static final String ATTRIBUTEMAPPER
public static final String ACTIONMAPPER
public static final String VERSION
public static final String ACTION_SERVICE_MAPPING
public static final String POST_TO_TARGET_URLS
public static final String ASSERTION_MAX_NUMBER_NAME
public static final int ASSERTION_MAX_NUMBER_DEFAULT
public static final String CLEANUP_INTERVAL_NAME
public static final String CLEANUP_INTERVAL_PROPERTY
public static final int CLEANUP_INTERVAL_DEFAULT
public static final String AUTH_METHOD_KERBEROS
public static final String AUTH_METHOD_CERT
public static final String AUTH_METHOD_CERT_URI
public static final String AUTH_METHOD_PASSWORD_URI
public static final String AUTH_METHOD_HARDWARE_TOKEN_URI
public static final String AUTH_METHOD_KERBEROS_URI
public static final String AUTH_METHOD_URI_PREFIX
public static final String USER
public static final String PASSWORD
public static final String BASICAUTH
public static final String SSLWITHBASICAUTH
public static final String NOAUTH
public static final String SSL
public static final String NAME_ID_FORMAT
public static final String SAML_AWARE_NAMING
public static final String SAML_SOAP_NAMING
public static final String SAML_POST_NAMING
public static final String SAML_AM_NAMING
public static final String POST_SAML_RESPONSE_PARAM
public static final String POST_TARGET_PARAM
public static final String SOURCE_SITE_SOAP_ENTRY
public static final String POST_ASSERTION
public static final String SUBJECT
public static final String STATUS_CODE_SUCCESS
public static final String STATUS_CODE_SUCCESS_NO_PREFIX
public static final String HTTP
public static final String HTTPS
public static final String CANONICALIZATION_METHOD
public static final String TRANSFORM_ALGORITHM
public static final String XMLSIG_ALGORITHM
public static final String DIGEST_ALGORITHM
public static final String JKS_KEY_PROVIDER
public static final String KEY_PROVIDER_IMPL_CLASS
public static final String SIGNATURE_PROVIDER_IMPL_CLASS
public static final String AM_SIGNATURE_PROVIDER
public static final String ALGO_ID_MAC_HMAC_SHA1
public static final String ALGO_ID_SIGNATURE_DSA
public static final String ALGO_ID_SIGNATURE_RSA
public static final String ALGO_ID_SIGNATURE_RSA_SHA1
public static final String ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5
public static final String ALGO_ID_SIGNATURE_RSA_RIPEMD160
public static final String ALGO_ID_SIGNATURE_RSA_SHA256
public static final String ALGO_ID_SIGNATURE_RSA_SHA384
public static final String ALGO_ID_SIGNATURE_RSA_SHA512
public static final String ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5
public static final String ALGO_ID_MAC_HMAC_RIPEMD160
public static final String ALGO_ID_MAC_HMAC_SHA256
public static final String ALGO_ID_MAC_HMAC_SHA384
public static final String ALGO_ID_MAC_HMAC_SHA512
public static final String SERVER_PROTOCOL
AMConfig.properties
file.public static final String SERVER_HOST
AMConfig.properties
file.public static final String SERVER_PORT
AMConfig.properties
file.public static final String SERVER_URI
AMConfig.properties
file.public static final String SAML_ASSERTION_VERSION
AMConfig.properties
file.public static final String SAML_PROTOCOL_VERSION
AMConfig.properties
file.public static final String ALGO_ID_C14N_OMIT_COMMENTS
public static final String ALGO_ID_C14N_WITH_COMMENTS
public static final String ALGO_ID_C14N_EXCL_OMIT_COMMENTS
public static final String ALGO_ID_C14N_EXCL_WITH_COMMENTS
public static final String TRANSFORM_C14N_OMIT_COMMENTS
public static final String TRANSFORM_C14N_WITH_COMMENTS
public static final String TRANSFORM_C14N_EXCL_OMIT_COMMENTS
public static final String TRANSFORM_C14N_EXCL_WITH_COMMENTS
public static final String TRANSFORM_XSLT
public static final String TRANSFORM_BASE64_DECODE
public static final String TRANSFORM_XPATH
public static final String TRANSFORM_ENVELOPED_SIGNATURE
public static final String TRANSFORM_XPOINTER
public static final String TRANSFORM_XPATH2FILTER04
public static final String TRANSFORM_XPATH2FILTER
public static final String TRANSFORM_XPATHFILTERCHGP
public static final String NS_XMLNS
public static final String NS_SEC
public static final String NS_WSSE
public static final String NS_WSU
public static final String PREFIX_WSU
public static final String PREFIX_DS
public static final String TAG_SECURITYTOKENREFERENCE
public static final String TAG_XMLNS
public static final String TAG_XMLNS_SEC
public static final String TAG_USAGE
public static final String TAG_SEC_MESSAGEAUTHENTICATION
public static final String TAG_WSSE_BINARYSECURITYTOKEN
BinarySecurityToken
with namespace prefix.public static final String TAG_SECURITY
Security
.public static final String TAG_ASSERTIONIDREFERENCE
AssertionIDReference
.public static final String TAG_ASSERTION
Assertion
.public static final String TAG_ASSERTION_ID
AssertionID
.public static final String BINARYSECURITYTOKEN
BinarySecurityToken
.public static final String TAG_ID
public static final String TAG_REFERENCE
Reference
.public static final String TAG_URI
URI
.public static final String TAG_VALUETYPE
ValueType
.public static final String TAG_KEYINFO
KeyInfo
.public static final String TAG_KEYNAME
KeyName
.public static final String TAG_KEYVALUE
KeyValue.
public static final String TAG_PKCS7
PKCS7
with wsse namespace prefix.public static final String TAG_X509DATA
X509Data
.public static final String TAG_X509CERTIFICATE
X509Certificate
.public static final String BEGIN_CERT
public static final String END_CERT
public static final String TAG_DSAKEYVALUE
DSAKeyValue
tag name.public static final String TAG_RSAKEYVALUE
RSAKeyValue
tag name.public static final String MYCERTALIAS
AMConfig.properties
.public static final String USER_NAME
public static final String SAML
public static final String ATTR_NAME_SPACE
public static final String TAG_USERNAME_TOKEN
public static final String ESCAPE_ATTR_VALUE
AttributeValue
.
If true, escaping special characters. Otherwise, will not. Default
value is "true".public static final String HTTP_POST
public static final String HTTP_REDIRECT
public static final String ERROR_PAGE_HTTP_BINDING
public static final String ERROR_PAGE_URL
public static final String DEFAULT_ERROR_PAGE_URL
public static final String HTTP_STATUS_CODE
public static final String ERROR_MESSAGE
public static final String ERROR_CODE
public static final String ACCEPT_LANG_HEADER
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.