Uses of Interface
org.jboss.security.SubjectSecurityManager
-
Packages that use SubjectSecurityManager Package Description 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.org.jboss.security.plugins.auth -
-
Uses of SubjectSecurityManager in org.jboss.security
Subinterfaces of SubjectSecurityManager 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. -
Uses of SubjectSecurityManager in org.jboss.security.plugins
Classes in org.jboss.security.plugins that implement SubjectSecurityManager 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. -
Uses of SubjectSecurityManager in org.jboss.security.plugins.auth
Classes in org.jboss.security.plugins.auth that implement SubjectSecurityManager Modifier and Type Class Description classJaasSecurityManagerBaseThe JaasSecurityManager is responsible both for authenticating credentials associated with principals and for role mapping.classJASPIServerAuthenticationManager
-