Package | Description |
---|---|
org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
org.jboss.security.audit | |
org.jboss.security.authentication | |
org.jboss.security.identitytrust | |
org.jboss.security.mapping | |
org.jboss.security.plugins |
Security plugins have moved to the jbosssx cvs module.
|
org.jboss.security.plugins.audit | |
org.jboss.security.plugins.auth | |
org.jboss.security.plugins.identitytrust | |
org.jboss.security.plugins.mapping |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationManager
The AuthenticationManager is responsible for validating credentials
associated with principals.
|
interface |
AuthorizationManager
Generalized Authorization Manager Interface.
|
interface |
GeneralizedAuthenticationManager
Marker interface that combines the legacy AuthenticationManager
and the new JASPI (JSR-196) ServerAuthContext interfaces
|
interface |
JSSESecurityDomain
Security domain used for configuring SSL.
|
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 |
ServerAuthenticationManager
AuthenticationManager with JSR-196 Semantics
|
interface |
SubjectSecurityManager
All functionality in this interface is now in the base AuthenticationManager
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossJSSESecurityDomain
A security domain used to configure SSL.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuditManager
An interface that defines the Security Audit Service
|
Modifier and Type | Class and Description |
---|---|
class |
JBossCachedAuthenticationManager
AuthenticationManager implementation that uses CacheableManager as the cache provider. |
Modifier and Type | Interface and Description |
---|---|
interface |
IdentityTrustManager
Interface representing the trust manager
for determining Identity
|
Modifier and Type | Interface and Description |
---|---|
interface |
MappingManager
Manager that is used for mapping various types
|
Modifier and Type | Class and Description |
---|---|
class |
JBossAuthenticationManager
Default Implementation of the AuthenticationManager Interface
|
class |
JBossAuthorizationManager
Authorization Manager implementation
|
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 |
JBossAuditManager
Manages a set of AuditContext
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
JBossIdentityTrustManager
Identity Trust Manager default implementation
|
Modifier and Type | Class and Description |
---|---|
class |
JBossMappingManager
JBoss implementation of Mapping Manager
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.