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

Packages that use SecurityPolicyRule
org.opensaml.ws.security Provides interfaces that may be used to implement policies that are evaluated against incoming messages. 
org.opensaml.ws.security.provider Basic implementations of some security policies. 
 

Uses of SecurityPolicyRule in org.opensaml.ws.security
 

Methods in org.opensaml.ws.security that return types with arguments of type SecurityPolicyRule
 java.util.List<SecurityPolicyRule> SecurityPolicy.getPolicyRules()
          Gets the rules that are evaluated for this policy.
 

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

Classes in org.opensaml.ws.security.provider that implement SecurityPolicyRule
 class BaseTrustEngineRule<TokenType>
          Base rule which uses a trust engine to evaluate a token extracted from the request or message.
 class ClientCertAuthRule
          Policy rule that checks if the client cert used to authenticate the request is valid and trusted.
 class HTTPRule
          A security rule that checks basic HTTP connection properties.
 class MandatoryAuthenticatedMessageRule
          Security policy rule that requires that a message has been authenticated.
 class MandatoryIssuerRule
          Security policy rule implementation that which requires that an inbound message context issuer has been set by a previous rule.
 

Methods in org.opensaml.ws.security.provider that return types with arguments of type SecurityPolicyRule
 java.util.List<SecurityPolicyRule> BasicSecurityPolicy.getPolicyRules()
          Gets the rules that are evaluated for this policy.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.