Uses of Interface
org.jboss.security.BaseSecurityManager
-
Packages that use BaseSecurityManager 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 -
-
Uses of BaseSecurityManager in org.jboss.security
Subinterfaces of BaseSecurityManager in org.jboss.security Modifier and Type Interface 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 interfacesinterface
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 Semanticsinterface
SubjectSecurityManager
All functionality in this interface is now in the base AuthenticationManager interface.Classes in org.jboss.security that implement BaseSecurityManager Modifier and Type Class Description class
JBossJSSESecurityDomain
A security domain used to configure SSL. -
Uses of BaseSecurityManager in org.jboss.security.audit
Subinterfaces of BaseSecurityManager in org.jboss.security.audit Modifier and Type Interface Description interface
AuditManager
An interface that defines the Security Audit Service -
Uses of BaseSecurityManager in org.jboss.security.authentication
Classes in org.jboss.security.authentication that implement BaseSecurityManager Modifier and Type Class Description class
JBossCachedAuthenticationManager
AuthenticationManager
implementation that usesCacheableManager
as the cache provider. -
Uses of BaseSecurityManager in org.jboss.security.identitytrust
Subinterfaces of BaseSecurityManager in org.jboss.security.identitytrust Modifier and Type Interface Description interface
IdentityTrustManager
Interface representing the trust manager for determining Identity -
Uses of BaseSecurityManager in org.jboss.security.mapping
Subinterfaces of BaseSecurityManager in org.jboss.security.mapping Modifier and Type Interface Description interface
MappingManager
Manager that is used for mapping various types -
Uses of BaseSecurityManager in org.jboss.security.plugins
Classes in org.jboss.security.plugins that implement BaseSecurityManager Modifier and Type Class Description class
JBossAuthenticationManager
Default Implementation of the AuthenticationManager Interfaceclass
JBossAuthorizationManager
Authorization Manager implementationclass
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. -
Uses of BaseSecurityManager in org.jboss.security.plugins.audit
Classes in org.jboss.security.plugins.audit that implement BaseSecurityManager Modifier and Type Class Description class
JBossAuditManager
Manages a set of AuditContext -
Uses of BaseSecurityManager in org.jboss.security.plugins.auth
Classes in org.jboss.security.plugins.auth that implement BaseSecurityManager Modifier and Type Class Description class
JaasSecurityManagerBase
The JaasSecurityManager is responsible both for authenticating credentials associated with principals and for role mapping.class
JASPIServerAuthenticationManager
-
Uses of BaseSecurityManager in org.jboss.security.plugins.identitytrust
Classes in org.jboss.security.plugins.identitytrust that implement BaseSecurityManager Modifier and Type Class Description class
JBossIdentityTrustManager
Identity Trust Manager default implementation -
Uses of BaseSecurityManager in org.jboss.security.plugins.mapping
Classes in org.jboss.security.plugins.mapping that implement BaseSecurityManager Modifier and Type Class Description class
JBossMappingManager
JBoss implementation of Mapping Manager
-