| Package | Description | 
|---|---|
| com.tailf.dp | 
 Data provider API package, for implementation of callbacks for validations, actions, transformation etc. 
 | 
| 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)  | 
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. 
 |