|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationManager | |
---|---|
org.jboss.security | The basic security interfaces and classes are now located in the jbosssx module. |
org.jboss.security.plugins | Security plugins have moved to the jbosssx cvs module. |
Uses of AuthenticationManager in org.jboss.security |
---|
Subinterfaces of AuthenticationManager in org.jboss.security | |
---|---|
interface |
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. |
interface |
SubjectSecurityManager
All functionality in this interface is now in the base AuthenticationManager interface. |
Uses of AuthenticationManager in org.jboss.security.plugins |
---|
Classes in org.jboss.security.plugins that implement AuthenticationManager | |
---|---|
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. |
Methods in org.jboss.security.plugins that return AuthenticationManager | |
---|---|
AuthenticationManager |
SecurityDomainContext.getSecurityManager()
|
Constructors in org.jboss.security.plugins with parameters of type AuthenticationManager | |
---|---|
SecurityDomainContext(AuthenticationManager securityMgr,
org.jboss.util.CachePolicy authenticationCache)
Creates new SecurityDomainContextHandler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |