Package org.opensaml.ws.security

Provides interfaces that may be used to implement policies that are evaluated against incoming messages.

See:
          Description

Interface Summary
SecurityPolicy A security policy is a collection of SecurityPolicyRule, evaluated against a MessageContext, that is meant to determine if a message is well-formed, valid, and otherwise okay to process.
SecurityPolicyResolver A resolver which uses different criteria to resolve and return instances of SecurityPolicy.
SecurityPolicyRule An individual rule that a message context is required to meet in order to be considered valid.
 

Class Summary
ServletRequestX509CredentialAdapter An adapter that exposes the X.509 certificates contained in the servlet request attribute.
 

Exception Summary
SecurityPolicyException Exception indicating a security policy failure.
 

Package org.opensaml.ws.security Description

Provides interfaces that may be used to implement policies that are evaluated against incoming messages. Such policies may include things like message replay detection, SOAP version enforcement, SOAP "mustUnderstand" attribute enforcement, etc.



Copyright © 2006-2009 Internet2. All Rights Reserved.