|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.security.DatabaseRealmMapping
EJBSecurityManager
Constructor Summary | |
DatabaseRealmMapping()
|
Method Summary | |
boolean |
doesUserHaveRole(java.security.Principal principal,
java.util.Set roleNames)
This method checks if the given ("original") Principal has at least on of the roles in the given set. |
java.security.Principal |
getPrincipal(java.security.Principal principal)
This method should return Principal for the bean that may differ from the original Principal in the operational environment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DatabaseRealmMapping()
Method Detail |
public java.security.Principal getPrincipal(java.security.Principal principal)
RealmMapping
getPrincipal
in interface RealmMapping
public boolean doesUserHaveRole(java.security.Principal principal, java.util.Set roleNames)
RealmMapping
doesUserHaveRole
in interface RealmMapping
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |