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

Packages that use SecurityPolicy
org.opensaml.ws.security.provider Basic implementations of some security policies. 
 

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

Classes in org.opensaml.ws.security.provider that implement SecurityPolicy
 class BasicSecurityPolicy
          Basic security policy implementation which evaluates a given set of SecurityPolicyRule in an ordered manner.
 

Methods in org.opensaml.ws.security.provider that return SecurityPolicy
 SecurityPolicy StaticSecurityPolicyResolver.resolveSingle(MessageContext criteria)
           If more than one policy is registered with this resolver this method returns the first policy in the list.
 

Methods in org.opensaml.ws.security.provider that return types with arguments of type SecurityPolicy
 java.lang.Iterable<SecurityPolicy> StaticSecurityPolicyResolver.resolve(MessageContext criteria)
          
 

Constructors in org.opensaml.ws.security.provider with parameters of type SecurityPolicy
StaticSecurityPolicyResolver(SecurityPolicy policy)
          Constructor.
 

Constructor parameters in org.opensaml.ws.security.provider with type arguments of type SecurityPolicy
StaticSecurityPolicyResolver(java.util.List<SecurityPolicy> policies)
          Constructor.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.