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) |
static AuthorizationResult |
AuthorizationResult.getType(int l)
Get a DpAuthorizationResult for given int value or
null if the int value does not represent a enum.
|
static AuthorizationResult |
AuthorizationResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationResult[] |
AuthorizationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |