public class DSLSAMLAuthenticationProvider
extends org.springframework.security.saml.SAMLAuthenticationProvider
SAMLAuthenticationProvider with non-required autowire.| Constructor and Description |
|---|
DSLSAMLAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
setConsumer(org.springframework.security.saml.websso.WebSSOProfileConsumer consumer)
Profile for consumption of processed messages, must be set.
|
void |
setHokConsumer(org.springframework.security.saml.websso.WebSSOProfileConsumer hokConsumer)
Profile for consumption of processed messages using the Holder-of-Key profile, must be set.
|
void |
setSamlLogger(org.springframework.security.saml.log.SAMLLogger samlLogger)
Logger for SAML events, cannot be null, must be set.
|
afterPropertiesSet, authenticate, getEntitlements, getExpirationDate, getPrincipal, getUserDetails, getUserDetails, isExcludeCredential, isForcePrincipalAsString, setExcludeCredential, setForcePrincipalAsString, setUserDetails, supports@Autowired(required=false) public void setSamlLogger(org.springframework.security.saml.log.SAMLLogger samlLogger)
setSamlLogger in class org.springframework.security.saml.SAMLAuthenticationProvidersamlLogger - logger@Autowired(required=false) @Qualifier(value="webSSOprofileConsumer") public void setConsumer(org.springframework.security.saml.websso.WebSSOProfileConsumer consumer)
setConsumer in class org.springframework.security.saml.SAMLAuthenticationProviderconsumer - consumer@Autowired(required=false) @Qualifier(value="hokWebSSOprofileConsumer") public void setHokConsumer(org.springframework.security.saml.websso.WebSSOProfileConsumer hokConsumer)
setHokConsumer in class org.springframework.security.saml.SAMLAuthenticationProviderhokConsumer - holder-of-key consumerCopyright © 2018. All rights reserved.