See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
ServletRequestX509CredentialAdapter |
An adapter that exposes the X.509 certificates contained in the servlet request attribute.
|
Exception | Description |
---|---|
SecurityPolicyException |
Exception indicating a security policy failure.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.