| 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 |
|---|---|
boolean |
DpAuthCallback.auth(DpAuthContext atx)
The auth() callback is invoked with an instance to an authentication
context that provides information about the result of the authentication
so far.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthCallbackProxy.auth(DpAuthContext atx) |