org.apache.openejb.test.servlet
Interface SecureEJBLocal
- All Known Implementing Classes:
- SecureEJB
public interface SecureEJBLocal
getCallerPrincipal
java.security.Principal getCallerPrincipal()
isCallerInRole
boolean isCallerInRole(java.lang.String role)
allowUserMethod
void allowUserMethod()
allowManagerMethod
void allowManagerMethod()
allowUnknownMethod
void allowUnknownMethod()
allowRunasMethod
void allowRunasMethod()
denyAllMethod
void denyAllMethod()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.