Modifier and Type | Method and Description |
---|---|
void |
SecurityConfigurerAdapter.addObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor)
Adds an
ObjectPostProcessor to be used for this
SecurityConfigurerAdapter . |
O |
AbstractConfiguredSecurityBuilder.objectPostProcessor(ObjectPostProcessor<Object> objectPostProcessor)
Specifies the
ObjectPostProcessor to use. |
Constructor and Description |
---|
AbstractConfiguredSecurityBuilder(ObjectPostProcessor<Object> objectPostProcessor)
Creates a new instance with the provided
ObjectPostProcessor . |
AbstractConfiguredSecurityBuilder(ObjectPostProcessor<Object> objectPostProcessor,
boolean allowConfigurersOfSameType)
Creates a new instance with the provided
ObjectPostProcessor . |
Constructor and Description |
---|
AuthenticationManagerBuilder(ObjectPostProcessor<Object> objectPostProcessor)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
AuthenticationManagerBuilder |
AuthenticationConfiguration.authenticationManagerBuilder(ObjectPostProcessor<Object> objectPostProcessor) |
void |
AuthenticationConfiguration.setObjectPostProcessor(ObjectPostProcessor<Object> objectPostProcessor) |
Modifier and Type | Method and Description |
---|---|
LdapAuthenticationProviderConfigurer<B> |
LdapAuthenticationProviderConfigurer.withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor)
Adds an
ObjectPostProcessor for this class. |
Modifier and Type | Method and Description |
---|---|
ObjectPostProcessor<Object> |
ObjectPostProcessorConfiguration.objectPostProcessor(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalMethodSecurityConfiguration.setObjectPostProcessor(ObjectPostProcessor<Object> objectPostProcessor) |
Constructor and Description |
---|
HttpSecurity(ObjectPostProcessor<Object> objectPostProcessor,
AuthenticationManagerBuilder authenticationBuilder,
Map<Class<Object>,Object> sharedObjects)
Creates a new instance
|
WebSecurity(ObjectPostProcessor<Object> objectPostProcessor)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(ObjectPostProcessor<Object> objectPostProcessor,
List<SecurityConfigurer<javax.servlet.Filter,WebSecurity>> webSecurityConfigurers)
Sets the
<SecurityConfigurer<FilterChainProxy, WebSecurityBuilder> instances used to create the web configuration. |
void |
WebSecurityConfigurerAdapter.setObjectPostProcessor(ObjectPostProcessor<Object> objectPostProcessor) |
Copyright © 2019. All rights reserved.