|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SecurityPolicy<RequestType extends ServletRequest> | A policy used to verify the security of an incoming request. |
SecurityPolicyFactory<RequestType extends ServletRequest> | A factory of security policy instances. |
SecurityPolicyRule<RequestType extends ServletRequest> | A rule that a protocol request and message must meet in order to be valid and secure. |
SecurityPolicyRuleFactory<RequestType extends ServletRequest> | A factory that creates instances of a security rule. |
Class Summary | |
---|---|
SecurityPolicyContext | Stores state that is maintained by SecurityPolicy instances, and which is used in the evaluation of
SecurityPolicyRule 's. |
ServletRequestX509CredentialAdapter | An adapter that exposes the X.509 certificates contained in the servlet request attribute. |
Exception Summary | |
---|---|
SecurityPolicyException | Exception indicating a security policy failure. |
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |