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.
 

Fields in org.opensaml.ws.security.provider with type parameters of type SecurityPolicy
private  List<SecurityPolicy> StaticSecurityPolicyResolver.securityPolicies
          Registered security policies.
 

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
 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(List<SecurityPolicy> policies)
          Constructor.
 



Copyright © 1999-2013. All Rights Reserved.