public class WebSSOProfileHoKConsumerConfigurer extends org.springframework.security.config.annotation.SecurityConfigurerAdapter<Void,ServiceProviderBuilder>
WebSSOProfileConsumerHoKImpl bean.
Common strategy across most internal configurers is to first give priority to a Spring Bean if present in the
Context.
So if not WebSSOProfileConsumerHoKImpl bean is defined, priority goes to a custom
WebSSOProfileConsumerHoKImpl provided explicitly to this configurer through the constructor. And if not provided
through the constructor, a default implementation is instantiated.
| Constructor and Description |
|---|
WebSSOProfileHoKConsumerConfigurer() |
WebSSOProfileHoKConsumerConfigurer(org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl hokProfileConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ServiceProviderBuilder builder) |
protected org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl |
createDefaultWebSSOProfileConsumerHoK() |
void |
init(ServiceProviderBuilder builder) |
public WebSSOProfileHoKConsumerConfigurer()
public WebSSOProfileHoKConsumerConfigurer(org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl hokProfileConsumer)
public void init(ServiceProviderBuilder builder) throws Exception
init in interface org.springframework.security.config.annotation.SecurityConfigurer<Void,ServiceProviderBuilder>init in class org.springframework.security.config.annotation.SecurityConfigurerAdapter<Void,ServiceProviderBuilder>Exceptionpublic void configure(ServiceProviderBuilder builder) throws Exception
configure in interface org.springframework.security.config.annotation.SecurityConfigurer<Void,ServiceProviderBuilder>configure in class org.springframework.security.config.annotation.SecurityConfigurerAdapter<Void,ServiceProviderBuilder>Exceptionprotected org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl createDefaultWebSSOProfileConsumerHoK()
Copyright © 2018. All rights reserved.