Package org.opensaml.ws.security.provider

Basic implementations of some security policies.

See:
          Description

Class Summary
BaseSecurityPolicyFactory<RequestType extends ServletRequest> Base class for SecurityPolicyFactory implementations.
BaseTrustEngineRule<TokenType,RequestType extends ServletRequest> Base rule which uses a trust engine to evaluate a token extracted from the request or message.
BaseTrustEngineRuleFactory<TokenType,RequestType extends ServletRequest> Base abstract factory for rules which use a trust engine to evaluate a token extracted from the request or message.
BasicSecurityPolicy<RequestType extends ServletRequest> Basic security policy implementation which evaluates a given set of SecurityPolicyRule in an ordered manner.
BasicSecurityPolicyFactory<RequestType extends ServletRequest> Factory that produces BasicSecurityPolicy instances.
ClientCertAuthRule Policy rule that checks if the client cert used to authenticate the request is valid and trusted.
ClientCertAuthRuleFactory Factory for policy rules which check if the client cert used to authenticate the request is valid and trusted.
HTTPRuleFactory A factory for a rule that checks that certain HTTP request characterisitics are met.
 

Package org.opensaml.ws.security.provider Description

Basic implementations of some security policies.