public interface SecureEJBLocal
| Modifier and Type | Method and Description |
|---|---|
void |
allowManagerMethod() |
void |
allowRunasMethod() |
void |
allowUnknownMethod() |
void |
allowUserMethod() |
void |
denyAllMethod() |
Principal |
getCallerPrincipal() |
boolean |
isCallerInRole(String role) |
Principal getCallerPrincipal()
boolean isCallerInRole(String role)
void allowUserMethod()
void allowManagerMethod()
void allowUnknownMethod()
void allowRunasMethod()
void denyAllMethod()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.