Index

A C D G I O P R S 
All Classes and Interfaces|All Packages|Serialized Form

A

addPatternMapping(Pattern, ChannelAccessPolicy) - Method in class org.springframework.integration.security.channel.ChannelSecurityMetadataSource
Deprecated.
 
afterMessageHandled(Message<?>, MessageChannel, MessageHandler, Exception) - Method in class org.springframework.integration.security.channel.SecurityContextPropagationChannelInterceptor
 

C

ChannelAccessPolicy - Interface in org.springframework.integration.security.channel
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
ChannelInvocation - Class in org.springframework.integration.security.channel
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
ChannelInvocation(MethodInvocation) - Constructor for class org.springframework.integration.security.channel.ChannelInvocation
Deprecated.
 
ChannelSecurityInterceptor - Class in org.springframework.integration.security.channel
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole()). However, the AuthorizationChannelInterceptor can be configured with any AuthorizationManager implementation.
ChannelSecurityInterceptor() - Constructor for class org.springframework.integration.security.channel.ChannelSecurityInterceptor
Deprecated.
 
ChannelSecurityInterceptor(ChannelSecurityMetadataSource) - Constructor for class org.springframework.integration.security.channel.ChannelSecurityInterceptor
Deprecated.
 
ChannelSecurityInterceptorBeanPostProcessor - Class in org.springframework.integration.security.config
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
ChannelSecurityInterceptorBeanPostProcessor(Map<String, Set<Pattern>>) - Constructor for class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
Deprecated.
 
ChannelSecurityInterceptorBeanPostProcessor(Map<String, Set<Pattern>>, Map<String, Map<Pattern, ChannelAccessPolicy>>) - Constructor for class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
Deprecated.
 
ChannelSecurityMetadataSource - Class in org.springframework.integration.security.channel
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
ChannelSecurityMetadataSource() - Constructor for class org.springframework.integration.security.channel.ChannelSecurityMetadataSource
Deprecated.
 
ChannelSecurityMetadataSource(Map<Pattern, ChannelAccessPolicy>) - Constructor for class org.springframework.integration.security.channel.ChannelSecurityMetadataSource
Deprecated.
 

D

DefaultChannelAccessPolicy - Class in org.springframework.integration.security.channel
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
DefaultChannelAccessPolicy(String[], String[]) - Constructor for class org.springframework.integration.security.channel.DefaultChannelAccessPolicy
Deprecated.
Create an access policy instance.
DefaultChannelAccessPolicy(String, String) - Constructor for class org.springframework.integration.security.channel.DefaultChannelAccessPolicy
Deprecated.
Create an access policy instance.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
Deprecated.
 

G

getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
Deprecated.
 
getAllConfigAttributes() - Method in class org.springframework.integration.security.channel.ChannelSecurityMetadataSource
Deprecated.
 
getAttributes(Object) - Method in class org.springframework.integration.security.channel.ChannelSecurityMetadataSource
Deprecated.
 
getBeanClass(Element) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
Deprecated.
 
getChannel() - Method in class org.springframework.integration.security.channel.ChannelInvocation
Deprecated.
 
getConfigAttributesForReceive() - Method in interface org.springframework.integration.security.channel.ChannelAccessPolicy
Deprecated.
 
getConfigAttributesForReceive() - Method in class org.springframework.integration.security.channel.DefaultChannelAccessPolicy
Deprecated.
 
getConfigAttributesForSend() - Method in interface org.springframework.integration.security.channel.ChannelAccessPolicy
Deprecated.
 
getConfigAttributesForSend() - Method in class org.springframework.integration.security.channel.DefaultChannelAccessPolicy
Deprecated.
 
getMessage() - Method in class org.springframework.integration.security.channel.ChannelInvocation
Deprecated.
 
getMethodInvocation() - Method in class org.springframework.integration.security.channel.ChannelInvocation
Deprecated.
 
getPatterns() - Method in class org.springframework.integration.security.channel.ChannelSecurityMetadataSource
Deprecated.
 
getSecureObjectClass() - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
Deprecated.
 

I

init() - Method in class org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
Deprecated.
 
initialize(ConfigurableListableBeanFactory) - Method in class org.springframework.integration.security.config.SecurityIntegrationConfigurationInitializer
Deprecated.
 
IntegrationSecurityNamespaceHandler - Class in org.springframework.integration.security.config
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
IntegrationSecurityNamespaceHandler() - Constructor for class org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
Deprecated.
 
interceptor() - Element in annotation interface org.springframework.integration.security.channel.SecuredChannel
Deprecated.
 
invoke(MethodInvocation) - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
Deprecated.
 
isReceive() - Method in class org.springframework.integration.security.channel.ChannelInvocation
Deprecated.
 
isSend() - Method in class org.springframework.integration.security.channel.ChannelInvocation
Deprecated.
 

O

obtainPropagatingContext(Message<?>, MessageChannel) - Method in class org.springframework.integration.security.channel.SecurityContextPropagationChannelInterceptor
 
obtainSecurityMetadataSource() - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
Deprecated.
 
org.springframework.integration.security.channel - package org.springframework.integration.security.channel
Provides classes related to secured channels.
org.springframework.integration.security.config - package org.springframework.integration.security.config
Provides classes for configuration - parsers, namespace handlers, bean post processors.

P

populatePropagatedContext(Authentication, Message<?>, MessageChannel) - Method in class org.springframework.integration.security.channel.SecurityContextPropagationChannelInterceptor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
Deprecated.
 

R

receiveAccess() - Element in annotation interface org.springframework.integration.security.channel.SecuredChannel
Deprecated.
 

S

SecuredChannel - Annotation Interface in org.springframework.integration.security.channel
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
SecuredChannelsParser - Class in org.springframework.integration.security.config
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
SecuredChannelsParser() - Constructor for class org.springframework.integration.security.config.SecuredChannelsParser
Deprecated.
 
SecurityContextPropagationChannelInterceptor - Class in org.springframework.integration.security.channel
The ExecutorChannelInterceptor implementation responsible for the SecurityContext propagation from one message flow's thread to another through the MessageChannels involved in the flow.
SecurityContextPropagationChannelInterceptor() - Constructor for class org.springframework.integration.security.channel.SecurityContextPropagationChannelInterceptor
 
SecurityIntegrationConfigurationInitializer - Class in org.springframework.integration.security.config
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
SecurityIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.security.config.SecurityIntegrationConfigurationInitializer
Deprecated.
 
sendAccess() - Element in annotation interface org.springframework.integration.security.channel.SecuredChannel
Deprecated.
 
shouldGenerateId() - Method in class org.springframework.integration.security.config.SecuredChannelsParser
Deprecated.
 
supports(Class<?>) - Method in class org.springframework.integration.security.channel.ChannelSecurityMetadataSource
Deprecated.
 
A C D G I O P R S 
All Classes and Interfaces|All Packages|Serialized Form