| Package | Description | 
|---|---|
| com.tailf.dp | 
 Data provider API package, for implementation of callbacks for validations, actions, transformation etc. 
 | 
| com.tailf.dp.annotations | 
 Annotations and proxy helper classes for callbacks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AuthorizationOperCheck | 
AuthorizationOperCheck.getType(int l)
Get a AuthorizationOperationCheck for given int value or
 null if the int value does not represent a enum. 
 | 
static AuthorizationOperCheck | 
AuthorizationOperCheck.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AuthorizationOperCheck[] | 
AuthorizationOperCheck.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnumSet<AuthorizationOperCheck> | 
DpAuthorizationCallback.commandFilter()
Thus method can be used to prevent access checks from causing invocation
 of a checkCommandAccess callback even though it is registered. 
 | 
EnumSet<AuthorizationOperCheck> | 
DpAuthorizationCallback.dataFilter()
Thus method can be used to prevent access checks from causing invocation
 of a checkDataAccess callback even though it is registered. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationResult | 
DpAuthorizationCallback.checkCommandAccess(DpAuthorizationContext context,
                  String[] commandTokens,
                  AuthorizationOperCheck operation)
This callback is invoked for command authorization, i.e. 
 | 
AuthorizationResult | 
DpAuthorizationCallback.checkDataAccess(DpAuthorizationContext context,
               ConfObject[] kp,
               AuthorizationOperCheck operation,
               AuthorizationOperCheck how)  | 
| Modifier and Type | Method and Description | 
|---|---|
EnumSet<AuthorizationOperCheck> | 
AuthorizationCallbackProxy.commandFilter()  | 
EnumSet<AuthorizationOperCheck> | 
AuthorizationCallbackProxy.dataFilter()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationResult | 
AuthorizationCallbackProxy.checkCommandAccess(DpAuthorizationContext context,
                  String[] commandTokens,
                  AuthorizationOperCheck operation)  | 
AuthorizationResult | 
AuthorizationCallbackProxy.checkDataAccess(DpAuthorizationContext context,
               ConfObject[] kp,
               AuthorizationOperCheck operation,
               AuthorizationOperCheck how)  |