Classes in org.jboss.security.plugins that implement SubjectSecurityManager |
class |
JaasSecurityDomain
The JaasSecurityDomain is an extension of JaasSecurityManager that addes
the notion of a KeyStore, and JSSE KeyManagerFactory and TrustManagerFactory
for supporting SSL and other cryptographic use cases. |
class |
JaasSecurityManager
The JaasSecurityManager is responsible both for authenticating credentials
associated with principals and for role mapping. |
class |
NoAccessSecurityManager
An implementation of SubjectSecurityManager, RealmMapping does not allow
any authentication and every check for a role fails. |
class |
NullSecurityManager
An implementation of SubjectSecurityManager, RealmMapping that authenticates
everyone and for which Principals have any role requested. |