@Configuration @EnableConfigurationProperties(value=SAMLSSOProperties.class) public class SAMLServiceProviderSecurityConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
ServiceProviderConfigurer
present in the context. Usually one ServiceProviderConfigurer is enough and preferably one that extends
ServiceProviderConfigurerAdapter which provides empty implementations and subclasses can implement only the
relevant method(s) for the purpose of the current application.
All required=false autowired beans can be provided as beans by the user instead of using the
ServiceProviderConfigurer DSL.
| Constructor and Description |
|---|
SAMLServiceProviderSecurityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.opensaml.xml.parse.ParserPool |
parserPool() |
org.springframework.security.saml.parser.ParserPoolHolder |
parserPoolHolder() |
static org.springframework.security.saml.SAMLBootstrap |
sAMLBootstrap() |
org.springframework.security.saml.log.SAMLLogger |
samlLogger() |
static ServiceProviderBuilder |
serviceProviderBuilder() |
public SAMLServiceProviderSecurityConfiguration()
@Bean @ConditionalOnMissingBean public static org.springframework.security.saml.SAMLBootstrap sAMLBootstrap()
@Bean @ConditionalOnMissingBean public org.springframework.security.saml.parser.ParserPoolHolder parserPoolHolder()
@Bean(initMethod="initialize") @ConditionalOnMissingBean public org.opensaml.xml.parse.ParserPool parserPool()
@Bean @ConditionalOnMissingBean public org.springframework.security.saml.log.SAMLLogger samlLogger()
@Bean public static ServiceProviderBuilder serviceProviderBuilder()
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanCopyright © 2018. All rights reserved.