Class SP
java.lang.Object
org.keycloak.adapters.saml.config.SP
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classHolds the configuration of theRoleMappingsProvider. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdp()getKeys()booleanbooleanbooleanbooleanbooleanvoidsetAutodetectBearerOnly(Boolean autodetectBearerOnly) voidsetEntityID(String entityID) voidsetForceAuthentication(Boolean forceAuthentication) voidvoidsetIsPassive(Boolean isPassive) voidsetKeepDOMAssertion(Boolean keepDOMAssertion) voidvoidsetLogoutPage(String logoutPage) voidsetNameIDPolicyFormat(String nameIDPolicyFormat) voidsetPrincipalNameMapping(SP.PrincipalNameMapping principalNameMapping) voidsetRoleAttributes(Set<String> roleAttributes) voidvoidsetSslPolicy(String sslPolicy) voidsetTurnOffChangeSessionIdOnLogin(Boolean turnOffChangeSessionIdOnLogin)
-
Constructor Details
-
SP
public SP()
-
-
Method Details
-
getEntityID
-
setEntityID
-
getSslPolicy
-
setSslPolicy
-
isForceAuthentication
public boolean isForceAuthentication() -
setForceAuthentication
-
isIsPassive
public boolean isIsPassive() -
setIsPassive
-
isTurnOffChangeSessionIdOnLogin
public boolean isTurnOffChangeSessionIdOnLogin() -
setTurnOffChangeSessionIdOnLogin
-
isKeepDOMAssertion
public boolean isKeepDOMAssertion() -
setKeepDOMAssertion
-
getKeys
-
setKeys
-
getNameIDPolicyFormat
-
setNameIDPolicyFormat
-
getPrincipalNameMapping
-
setPrincipalNameMapping
-
getRoleAttributes
-
setRoleAttributes
-
getRoleMappingsProviderConfig
-
setRoleMappingsProviderConfig
-
getIdp
-
setIdp
-
getLogoutPage
-
setLogoutPage
-
isAutodetectBearerOnly
public boolean isAutodetectBearerOnly() -
setAutodetectBearerOnly
-