Uses of Interface
org.jboss.security.AuthenticationManager
-
Packages that use AuthenticationManager Package Description org.jboss.security The basic security interfaces and classes are now located in the jbosssx module.org.jboss.security.authentication org.jboss.security.plugins Security plugins have moved to the jbosssx cvs module.org.jboss.security.plugins.auth org.picketbox.factories org.picketbox.plugins -
-
Uses of AuthenticationManager in org.jboss.security
Subinterfaces of AuthenticationManager in org.jboss.security Modifier and Type Interface Description interface
GeneralizedAuthenticationManager
Marker interface that combines the legacy AuthenticationManager and the new JASPI (JSR-196) ServerAuthContext interfacesinterface
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
ServerAuthenticationManager
AuthenticationManager with JSR-196 Semanticsinterface
SubjectSecurityManager
All functionality in this interface is now in the base AuthenticationManager interface.Methods in org.jboss.security that return AuthenticationManager Modifier and Type Method Description AuthenticationManager
ISecurityManagement. getAuthenticationManager(String securityDomain)
Authentication Manager for the security domainAuthenticationManager
SecurityManagerLocator. getAuthenticationManager()
static AuthenticationManager
SecurityUtil. getAuthenticationManager(String securityDomain, String baseContext)
Do a JNDI lookup to obtain the authentication manager -
Uses of AuthenticationManager in org.jboss.security.authentication
Classes in org.jboss.security.authentication that implement AuthenticationManager Modifier and Type Class Description class
JBossCachedAuthenticationManager
AuthenticationManager
implementation that usesCacheableManager
as the cache provider. -
Uses of AuthenticationManager in org.jboss.security.plugins
Classes in org.jboss.security.plugins that implement AuthenticationManager Modifier and Type Class Description class
JBossAuthenticationManager
Default Implementation of the AuthenticationManager Interfaceclass
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 Modifier and Type Method Description AuthenticationManager
DefaultSecurityManagement. getAuthenticationManager(String securityDomain)
AuthenticationManager
JBossSecurityContext. getAuthenticationManager()
-
Uses of AuthenticationManager in org.jboss.security.plugins.auth
Classes in org.jboss.security.plugins.auth that implement AuthenticationManager Modifier and Type Class Description class
JaasSecurityManagerBase
The JaasSecurityManager is responsible both for authenticating credentials associated with principals and for role mapping.class
JASPIServerAuthenticationManager
-
Uses of AuthenticationManager in org.picketbox.factories
Methods in org.picketbox.factories that return AuthenticationManager Modifier and Type Method Description static AuthenticationManager
SecurityFactory. getAuthenticationManager(String securityDomain)
Get theAuthenticationManager
interface -
Uses of AuthenticationManager in org.picketbox.plugins
Methods in org.picketbox.plugins that return AuthenticationManager Modifier and Type Method Description AuthenticationManager
PicketBoxSecurityManagement. getAuthenticationManager(String securityDomain)
AuthenticationManager
SecurityFactorySecurityManagement. getAuthenticationManager(String securityDomain)
-