@Configuration public class OAuth2SsoCustomConfiguration extends Object implements org.springframework.context.annotation.ImportAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.BeanFactoryAware
WebSecurityConfigurerAdapter provided by the user and annotated with
@EnableOAuth2Sso. The user-provided configuration is enhanced by adding an
authentication filter and an authentication entry point.| Modifier and Type | Class and Description |
|---|---|
protected static class |
OAuth2SsoCustomConfiguration.WebSecurityEnhancerCondition |
| Constructor and Description |
|---|
OAuth2SsoCustomConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) |
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
setImportMetadata in interface org.springframework.context.annotation.ImportAwarepublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2016 Pivotal Software, Inc.. All rights reserved.