public interface AccessControlPolicy
| Modifier and Type | Method and Description |
|---|---|
void |
onServiceAccess(java.lang.reflect.Method method,
java.lang.Object[] arguments,
AccessControlled accessControlled) |
void |
onServiceRemoteAccess(java.lang.reflect.Method method,
java.lang.Object[] arguments,
AccessControlled accessControlled) |
void onServiceAccess(java.lang.reflect.Method method,
java.lang.Object[] arguments,
AccessControlled accessControlled)
throws java.lang.SecurityException
java.lang.SecurityExceptionvoid onServiceRemoteAccess(java.lang.reflect.Method method,
java.lang.Object[] arguments,
AccessControlled accessControlled)
throws java.lang.SecurityException
java.lang.SecurityException