|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jboss.security.plugins.samples.EJBSecurityManagerDefaultImpl
The EJBSecurityManager is responsible for validating credentials associated with principals. Right now it is a "demo" that just ensures name == credential
EJBSecurityManager| Constructor Summary | |
EJBSecurityManagerDefaultImpl()
|
|
| Method Summary | |
boolean |
isValid(java.security.Principal principal,
java.lang.Object credential)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EJBSecurityManagerDefaultImpl()
| Method Detail |
public boolean isValid(java.security.Principal principal,
java.lang.Object credential)
isValid in interface org.jboss.security.EJBSecurityManager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||