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 |
Modifier and Type | Interface and Description |
---|---|
interface |
GeneralizedAuthenticationManager
Marker interface that combines the legacy AuthenticationManager
and the new JASPI (JSR-196) ServerAuthContext interfaces
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossAuthenticationManager
Default Implementation of the AuthenticationManager Interface
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JaasSecurityManagerBase
The JaasSecurityManager is responsible both for authenticating credentials
associated with principals and for role mapping.
|
class |
JASPIServerAuthenticationManager |
Copyright © 2019 JBoss by Red Hat. All rights reserved.