public abstract class BaseAccessControlPolicy extends java.lang.Object implements AccessControlPolicy
| Constructor and Description |
|---|
BaseAccessControlPolicy() |
| 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) |
public void onServiceAccess(java.lang.reflect.Method method,
java.lang.Object[] arguments,
AccessControlled accessControlled)
throws java.lang.SecurityException
onServiceAccess in interface AccessControlPolicyjava.lang.SecurityExceptionpublic void onServiceRemoteAccess(java.lang.reflect.Method method,
java.lang.Object[] arguments,
AccessControlled accessControlled)
throws java.lang.SecurityException
onServiceRemoteAccess in interface AccessControlPolicyjava.lang.SecurityException