| 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 | 
|---|---|
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 | 
|---|---|
AuthorizationResult | 
AuthorizationCallbackProxy.checkCommandAccess(DpAuthorizationContext context,
                  String[] commandTokens,
                  AuthorizationOperCheck operation)  | 
AuthorizationResult | 
AuthorizationCallbackProxy.checkDataAccess(DpAuthorizationContext context,
               ConfObject[] kp,
               AuthorizationOperCheck operation,
               AuthorizationOperCheck how)  |