Spring Integration

Uses of Interface
org.springframework.integration.security.channel.ChannelAccessPolicy

Packages that use ChannelAccessPolicy
org.springframework.integration.security.channel   
 

Uses of ChannelAccessPolicy in org.springframework.integration.security.channel
 

Classes in org.springframework.integration.security.channel that implement ChannelAccessPolicy
 class DefaultChannelAccessPolicy
          Creates the ConfigAttributes for secured channel send and receive operations based on simple String values.
 

Methods in org.springframework.integration.security.channel with parameters of type ChannelAccessPolicy
 void ChannelInvocationDefinitionSource.addPatternMapping(Pattern pattern, ChannelAccessPolicy accessPolicy)
           
 

Constructor parameters in org.springframework.integration.security.channel with type arguments of type ChannelAccessPolicy
ChannelInvocationDefinitionSource(Map<Pattern,ChannelAccessPolicy> patternMappings)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.