|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationManager | |
org.jboss.ejb | Package description goes here. |
org.jboss.ejb.plugins | Package description goes here. |
org.jboss.ejb.plugins.cmp.jdbc | Package description goes here. |
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. |
Uses of AuthenticationManager in org.jboss.ejb |
Fields in org.jboss.ejb declared as AuthenticationManager | |
protected AuthenticationManager |
Container.sm
This is the SecurityManager |
Methods in org.jboss.ejb that return AuthenticationManager | |
AuthenticationManager |
Container.getSecurityManager()
|
Methods in org.jboss.ejb with parameters of type AuthenticationManager | |
void |
Container.setSecurityManager(AuthenticationManager sm)
|
Uses of AuthenticationManager in org.jboss.ejb.plugins |
Fields in org.jboss.ejb.plugins declared as AuthenticationManager | |
protected AuthenticationManager |
SecurityProxyInterceptor.securityManager
|
protected AuthenticationManager |
SecurityInterceptor.securityManager
The authentication manager plugin |
protected AuthenticationManager |
JaasAuthenticationInterceptor.securityManager
The security domain authentication service |
Uses of AuthenticationManager in org.jboss.ejb.plugins.cmp.jdbc |
Fields in org.jboss.ejb.plugins.cmp.jdbc declared as AuthenticationManager | |
protected AuthenticationManager |
JDBCAbstractCreateCommand.securityManager
|
Uses of AuthenticationManager in org.jboss.security |
Subinterfaces of AuthenticationManager in org.jboss.security | |
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 |
SubjectSecurityManager
All functionality in this interface is now in the base AuthenticationManager interface. |
Uses of AuthenticationManager in org.jboss.security.plugins |
Classes in org.jboss.security.plugins that implement AuthenticationManager | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |