Package org.apache.openejb.test.servlet
Interface SecureEJBLocal
- All Known Implementing Classes:
SecureEJB
public interface SecureEJBLocal
-
Method Summary
-
Method Details
-
getCallerPrincipal
Principal getCallerPrincipal() -
isCallerInRole
-
allowUserMethod
void allowUserMethod() -
allowManagerMethod
void allowManagerMethod() -
allowUnknownMethod
void allowUnknownMethod() -
allowRunasMethod
void allowRunasMethod() -
denyAllMethod
void denyAllMethod()
-