|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatelessRemote
Remote interface of the Stateless Bean.
Method Summary | |
---|---|
void |
allRolesAllowed()
Method can be called by all security roles. |
void |
callRunAsBean()
Make a call on a run-as bean which call our bean after that.. |
void |
deniedForAll()
No role can invoke this method. |
void |
onlyAdminAllowed()
Only "admin" role can invoke this method. |
void |
printCurrentCaller()
Prints the current caller. |
void |
someRolesAllowed()
Method can be called by some roles. |
Method Detail |
---|
void someRolesAllowed()
void allRolesAllowed()
void onlyAdminAllowed()
void deniedForAll()
void printCurrentCaller()
void callRunAsBean()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |