Package | Description |
---|---|
org.forgerock.openam.sts.config.user |
Contains the classes which encapsulate the user-provided configuration state necessary to publish a STS instance.
|
Modifier and Type | Method and Description |
---|---|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.attributeMap(Map<String,String> attributeMap)
Sets the attribute map on the SAML2ConfigBuilder.
|
static SAML2Config.SAML2ConfigBuilder |
SAML2Config.builder()
Creates a new
SAML2ConfigBuilder . |
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.customAttributeMapperClassName(String customAttributeMapperClassName)
Sets the CustomAttributeMapper classname on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.customAttributeStatementsProviderClassName(String customAttributeStatementsProviderClassName)
Sets the CustomAttributeStatementsProvider classname on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.customAuthenticationStatementsProviderClassName(String customAuthenticationStatementsProviderClassName)
Sets the CustomAuthenticationStatementsProvider classname on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.customAuthNContextMapperClassName(String customAuthNContextMapperClassName)
Sets the CustomAuthNContextMapper classname on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.customAuthzDecisionStatementsProviderClassName(String customAuthzDecisionStatementsProviderClassName)
Sets the CustomAuthzDecisionStatementsProvider classname on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.customConditionsProviderClassName(String customConditionsProviderClassName)
Sets the CustomConditionsProvider classname on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.customSubjectProviderClassName(String customSubjectProviderClassName)
Sets the CustomSubjectProvider classname on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.encryptAssertion(boolean encryptAssertion)
Sets whether SAML2Config assertion should be encrypted.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.encryptAttributes(boolean encryptAttributes)
Sets whether SAML2Config attributes should be encrypted.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.encryptionAlgorithm(String encryptionAlgorithm)
Sets the SAML2Config encryption algorithm.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.encryptionAlgorithmStrength(int encryptionAlgorithmStrength)
Sets the SAML2Config encryption strength.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.encryptionKeyAlias(String encryptionKeyAlias)
Sets the encryption key alias on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.encryptNameID(boolean encryptNameID)
Sets whether the SAML2Config name-id should be encrypted.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.idpId(String idpId)
Sets the Idenity Provider id on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.keystoreFile(String keystoreFileName)
Sets the keystore filename on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.keystorePassword(byte[] keystorePassword)
Sets the keystore password on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.keyTransportAlgorithm(String keyTransportAlgorithm)
Sets the SAML2Config key transport algorithm.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.nameIdFormat(String nameIdFormat)
Sets the name-id format on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.signAssertion(boolean signAssertion)
Sets whether the SAML2Config assertion should be signed.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.signatureKeyAlias(String signatureKeyAlias)
Sets the signature key alias on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.signatureKeyPassword(byte[] signatureKeyPassword)
Sets the signature key password on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.spAcsUrl(String spAcsUrl)
Sets the SP ACS url on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.spEntityId(String spEntityId)
Sets the SP entity id on the SAML2ConfigBuilder.
|
SAML2Config.SAML2ConfigBuilder |
SAML2Config.SAML2ConfigBuilder.tokenLifetimeInSeconds(long lifetimeInSeconds)
Sets the token lifetime (in seconds) on the SAML2ConfigBuilder.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.