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