Class ChannelSecurityInterceptorBeanPostProcessor
java.lang.Object
org.springframework.aop.framework.ProxyConfig
org.springframework.aop.framework.ProxyProcessorSupport
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
- All Implemented Interfaces:
Serializable
,AopInfrastructureBean
,Aware
,BeanClassLoaderAware
,BeanFactoryAware
,BeanPostProcessor
,InstantiationAwareBeanPostProcessor
,SmartInstantiationAwareBeanPostProcessor
,Ordered
@Deprecated(since="6.0")
public class ChannelSecurityInterceptorBeanPostProcessor
extends AbstractAutoProxyCreator
Deprecated.
- Author:
- Mark Fisher, Oleg Zhurakousky, Artem Bilan, Gary Russell
- See Also:
-
Field Summary
Fields inherited from class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
DO_NOT_PROXY, logger, PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionChannelSecurityInterceptorBeanPostProcessor
(Map<String, Set<Pattern>> securityInterceptorMappings) Deprecated.ChannelSecurityInterceptorBeanPostProcessor
(Map<String, Set<Pattern>> securityInterceptorMappings, Map<String, Map<Pattern, ChannelAccessPolicy>> accessPolicyMapping) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected Object[]
getAdvicesAndAdvisorsForBean
(Class<?> beanClass, String beanName, TargetSource customTargetSource) Deprecated.postProcessBeforeInitialization
(Object bean, String beanName) Deprecated.Methods inherited from class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
advisorsPreFiltered, buildAdvisors, createProxy, customizeProxyFactory, determineBeanType, determineCandidateConstructors, getBeanFactory, getCacheKey, getCustomTargetSource, getEarlyBeanReference, isFrozen, isInfrastructureClass, postProcessAfterInitialization, postProcessBeforeInstantiation, postProcessProperties, predictBeanType, setAdvisorAdapterRegistry, setApplyCommonInterceptorsFirst, setBeanFactory, setCustomTargetSourceCreators, setFrozen, setInterceptorNames, shouldProxyTargetClass, shouldSkip, wrapIfNecessary
Methods inherited from class org.springframework.aop.framework.ProxyProcessorSupport
evaluateProxyInterfaces, getOrder, getProxyClassLoader, isConfigurationCallbackInterface, isInternalLanguageInterface, setBeanClassLoader, setOrder, setProxyClassLoader
Methods inherited from class org.springframework.aop.framework.ProxyConfig
copyFrom, isExposeProxy, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setOpaque, setOptimize, setProxyTargetClass, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
postProcessAfterInstantiation
-
Constructor Details
-
ChannelSecurityInterceptorBeanPostProcessor
public ChannelSecurityInterceptorBeanPostProcessor(Map<String, Set<Pattern>> securityInterceptorMappings) Deprecated. -
ChannelSecurityInterceptorBeanPostProcessor
public ChannelSecurityInterceptorBeanPostProcessor(Map<String, Set<Pattern>> securityInterceptorMappings, Map<String, Map<Pattern, ChannelAccessPolicy>> accessPolicyMapping) Deprecated.
-
-
Method Details
-
postProcessBeforeInitialization
Deprecated. -
getAdvicesAndAdvisorsForBean
@Nullable protected Object[] getAdvicesAndAdvisorsForBean(Class<?> beanClass, String beanName, @Nullable TargetSource customTargetSource) throws BeansException Deprecated.- Specified by:
getAdvicesAndAdvisorsForBean
in classAbstractAutoProxyCreator
- Throws:
BeansException
-
new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())