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
 

Fields in org.opensaml.ws.message declared as SecurityPolicyResolver
private  SecurityPolicyResolver BaseMessageContext.securityPolicyResolver
          Resolver used to determine active security policy.
 

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

Methods in org.opensaml.ws.message with parameters of type SecurityPolicyResolver
 void BaseMessageContext.setSecurityPolicyResolver(SecurityPolicyResolver resolver)
          Sets the resolver used to determine active SecurityPolicy.
 void MessageContext.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 © 1999-2013. All Rights Reserved.