Class Summary |
AbstractSecurityProxy |
An abstract implementation of SecurityProxy that wraps a non-SecurityProxy
object. |
AltClientLoginModule |
A simple implementation of LoginModule for use by JBoss clients for
the establishment of the caller identity and credentials. |
AppPolicy |
A combination of keystore, authentication and authorization entries. |
AuthenticationInfo |
The login module configuration information. |
AuthorizationInfo |
|
Base64Encoder |
BASE64 encoder implementation. |
Base64Utils |
Base64 encoding/decoding utilities |
ClientLoginModule |
A simple implementation of LoginModule for use by JBoss clients for
the establishment of the caller identity and credentials. |
NestableGroup |
An implementation of Group that allows that acts as a stack of Groups
with a single Group member active at any time. |
NestablePrincipal |
An implementation of Group that allows that acts as a stack of Principals
with a single Principal Group member active at any time. |
SimpleGroup |
An implementation of Group that manages a collection of Principal
objects based on their hashCode() and equals() methods. |
SubjectSecurityProxy |
A subclass of AbstractSecurityProxy that executes as the currently
authenticated subject within the invokeHomeOnDelegate and invokeOnDelegate
methods. |
SubjectSecurityProxyFactory |
An implementation of SecurityProxyFactory that creates SubjectSecurityProxy
objects to wrap the raw security proxy objects. |
Util |
Various security related utilities like MessageDigest
factories, SecureRandom access, password hashing. |