Uses of Interface
org.springframework.integration.security.channel.ChannelAccessPolicy
Packages that use ChannelAccessPolicy
Package
Description
Provides classes related to secured channels.
-
Uses of ChannelAccessPolicy in org.springframework.integration.security.channel
Classes in org.springframework.integration.security.channel that implement ChannelAccessPolicyModifier and TypeClassDescriptionclass
Creates theConfigAttribute
s for secured channel send and receive operations based on simple String values.Methods in org.springframework.integration.security.channel with parameters of type ChannelAccessPolicyModifier and TypeMethodDescriptionvoid
ChannelSecurityMetadataSource.addPatternMapping
(Pattern pattern, ChannelAccessPolicy accessPolicy) Constructor parameters in org.springframework.integration.security.channel with type arguments of type ChannelAccessPolicyModifierConstructorDescriptionChannelSecurityMetadataSource
(Map<Pattern, ChannelAccessPolicy> patternMappings)