|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealmMapping | |
org.jboss.ejb | Package description goes here. |
org.jboss.ejb.plugins | 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 RealmMapping in org.jboss.ejb |
Fields in org.jboss.ejb declared as RealmMapping | |
protected RealmMapping |
Container.rm
This is the realm mapping |
Methods in org.jboss.ejb that return RealmMapping | |
RealmMapping |
Container.getRealmMapping()
|
Methods in org.jboss.ejb with parameters of type RealmMapping | |
void |
Container.setRealmMapping(RealmMapping rm)
|
Uses of RealmMapping in org.jboss.ejb.plugins |
Fields in org.jboss.ejb.plugins declared as RealmMapping | |
protected RealmMapping |
SecurityRolesInterceptor.realmMapping
The security domain authorization service |
protected RealmMapping |
SecurityInterceptor.realmMapping
The authorization manager plugin |
Uses of RealmMapping in org.jboss.security |
Subinterfaces of RealmMapping 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. |
Uses of RealmMapping in org.jboss.security.plugins |
Classes in org.jboss.security.plugins that implement RealmMapping | |
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 |