Uses of Interface
org.opensaml.ws.security.SecurityPolicyResolver

Packages that use SecurityPolicyResolver
org.opensaml.ws.message Objects related to messages received and sent by web services. 
org.opensaml.ws.security.provider Basic implementations of some security policies. 
 

Uses of SecurityPolicyResolver in org.opensaml.ws.message
 

Methods in org.opensaml.ws.message that return SecurityPolicyResolver
 SecurityPolicyResolver MessageContext.getSecurityPolicyResolver()
          Gets the resolver used to determine active SecurityPolicy.
 SecurityPolicyResolver BaseMessageContext.getSecurityPolicyResolver()
          Gets the resolver used to determine active SecurityPolicy.
 

Methods in org.opensaml.ws.message with parameters of type SecurityPolicyResolver
 void MessageContext.setSecurityPolicyResolver(SecurityPolicyResolver resolver)
          Sets the resolver used to determine active SecurityPolicy.
 void BaseMessageContext.setSecurityPolicyResolver(SecurityPolicyResolver resolver)
          Sets the resolver used to determine active SecurityPolicy.
 

Uses of SecurityPolicyResolver in org.opensaml.ws.security.provider
 

Classes in org.opensaml.ws.security.provider that implement SecurityPolicyResolver
 class StaticSecurityPolicyResolver
          A simple security policy resolver implementation that returns a static list of policies.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.