@Configuration @Conditional(value=org.springframework.boot.autoconfigure.security.oauth2.client.EnableOAuth2SsoCondition.class) public class OAuth2SsoCustomConfiguration extends Object implements org.springframework.context.annotation.ImportAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware
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.| Constructor and Description |
|---|
OAuth2SsoCustomConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic 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 © 2017 Pivotal Software, Inc.. All rights reserved.