站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.security.AuthenticationManager (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Interface
org.jboss.security.AuthenticationManager

Packages that use AuthenticationManager
org.jboss.ejb Package description goes here
org.jboss.ejb.plugins Package description goes here
org.jboss.ejb.plugins.cmp.jdbc Package description goes here
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.ejb
 

Fields in org.jboss.ejb declared as AuthenticationManager
protected  AuthenticationManager Container.sm
          This is the SecurityManager
 

Methods in org.jboss.ejb that return AuthenticationManager
 AuthenticationManager Container.getSecurityManager()
           
 

Methods in org.jboss.ejb with parameters of type AuthenticationManager
 void Container.setSecurityManager(AuthenticationManager sm)
           
 

Uses of AuthenticationManager in org.jboss.ejb.plugins
 

Fields in org.jboss.ejb.plugins declared as AuthenticationManager
protected  AuthenticationManager SecurityProxyInterceptor.securityManager
           
protected  AuthenticationManager SecurityInterceptor.securityManager
          The authentication manager plugin
protected  AuthenticationManager JaasAuthenticationInterceptor.securityManager
          The security domain authentication service
 

Uses of AuthenticationManager in org.jboss.ejb.plugins.cmp.jdbc
 

Fields in org.jboss.ejb.plugins.cmp.jdbc declared as AuthenticationManager
protected  AuthenticationManager JDBCAbstractCreateCommand.securityManager
           
 

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 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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.