|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A session facade interface for validating the security context
Method Summary | |
void |
validateCallerContext(java.lang.String callerName,
java.util.Set callerPrincipals)
Call a method on the ejb/StatelessSession, ejb/StatefulSession, ejb/Entity ejb-refs and validate that the security context seen after each call matches the expected context seen at the start of the call. |
Methods inherited from interface javax.ejb.EJBObject (src) |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public void validateCallerContext(java.lang.String callerName, java.util.Set callerPrincipals) throws java.security.GeneralSecurityException, java.rmi.RemoteException
callerName
- - the Principal.getName expected for the getCallerPrincipalcallerPrincipals
- - Setjava.security.GeneralSecurityException
java.rmi.RemoteException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |