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