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

Uses of Interface org.jboss.security.AuthenticationManager (JBoss Server API) - JBoss 3.2.7 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 service plugin
 

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
          An extension of the AuthenticationManager that adds the notion of the active Subject and security domain.
 

Uses of AuthenticationManager in org.jboss.security.plugins
 

Classes in org.jboss.security.plugins that implement AuthenticationManager
 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.