Uses of Annotation Interface
com.tailf.dp.annotations.AuthCallback

Packages that use AuthCallback
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
  • Uses of AuthCallback in com.tailf.dp

    Methods in com.tailf.dp with annotations of type AuthCallback
    Modifier and Type
    Method
    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.