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 interfaceGeneralizedAuthenticationManagerMarker interface that combines the legacy AuthenticationManager and the new JASPI (JSR-196) ServerAuthContext interfacesinterfaceSecurityDomainThe 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.interfaceServerAuthenticationManagerAuthenticationManager with JSR-196 SemanticsinterfaceSubjectSecurityManagerAll functionality in this interface is now in the base AuthenticationManager interface.Methods in org.jboss.security that return AuthenticationManager Modifier and Type Method Description AuthenticationManagerISecurityManagement. getAuthenticationManager(String securityDomain)Authentication Manager for the security domainAuthenticationManagerSecurityManagerLocator. getAuthenticationManager()static AuthenticationManagerSecurityUtil. 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 classJBossCachedAuthenticationManagerAuthenticationManagerimplementation that usesCacheableManageras 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 classJBossAuthenticationManagerDefault Implementation of the AuthenticationManager InterfaceclassNoAccessSecurityManagerAn implementation of SubjectSecurityManager, RealmMapping does not allow any authentication and every check for a role fails.classNullSecurityManagerAn 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 AuthenticationManagerDefaultSecurityManagement. getAuthenticationManager(String securityDomain)AuthenticationManagerJBossSecurityContext. 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 classJaasSecurityManagerBaseThe JaasSecurityManager is responsible both for authenticating credentials associated with principals and for role mapping.classJASPIServerAuthenticationManager -
Uses of AuthenticationManager in org.picketbox.factories
Methods in org.picketbox.factories that return AuthenticationManager Modifier and Type Method Description static AuthenticationManagerSecurityFactory. getAuthenticationManager(String securityDomain)Get theAuthenticationManagerinterface -
Uses of AuthenticationManager in org.picketbox.plugins
Methods in org.picketbox.plugins that return AuthenticationManager Modifier and Type Method Description AuthenticationManagerPicketBoxSecurityManagement. getAuthenticationManager(String securityDomain)AuthenticationManagerSecurityFactorySecurityManagement. getAuthenticationManager(String securityDomain)
-