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

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


Uses of Interface
org.jboss.security.SubjectSecurityManager

Packages that use SubjectSecurityManager
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 SubjectSecurityManager in org.jboss.security
 

Subinterfaces of SubjectSecurityManager 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.
 

Uses of SubjectSecurityManager in org.jboss.security.plugins
 

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