|
Interface Summary |
| AuthenticationManager |
The SecurityManager is responsible for validating credentials
associated with principals. |
| EJBSecurityManager |
The EJBSecurityManager is a legacy interface that has been renamed because
the interface was not specific to EJBs. |
| RealmMapping |
The interface for Principal mapping. |
| SecurityDomain |
The SecurityDomain interface combines the SubjectSecurityManager and
RealmMapping interfaces and adds a keyStore and trustStore as well as
JSSE KeyManagerFactory and TrustManagerFactory accessors for use with SSL/JSSE. |
| SecurityProxy |
An interface describing the requirements for a SecurityInterceptor proxy. |
| SecurityProxyFactory |
An interface for factories of SecurityProxy objects. |
| SubjectSecurityManager |
An extension of the AuthenticationManager that adds the notion of the active
Subject and security domain. |
The basic security interfaces and classes are now located in the
jbosssx module.