Package | Description |
---|---|
org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
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.
|
interface |
ServerAuthenticationManager
AuthenticationManager with JSR-196 Semantics
|
interface |
SubjectSecurityManager
All functionality in this interface is now in the base AuthenticationManager
interface.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationManager |
SecurityManagerLocator.getAuthenticationManager() |
AuthenticationManager |
ISecurityManagement.getAuthenticationManager(String securityDomain)
Authentication Manager for the security domain
|
Copyright © 2015 JBoss Inc.. All Rights Reserved.