Uses of Annotation Interface
com.tailf.dp.annotations.AuthorizationCallback
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
-
Uses of AuthorizationCallback in com.tailf.dp
Modifier and TypeMethodDescriptionDpAuthorizationCallback.checkCommandAccess
(DpAuthorizationContext context, String[] commandTokens, AuthorizationOperCheck operation) This callback is invoked for command authorization, i.e.DpAuthorizationCallback.checkDataAccess
(DpAuthorizationContext context, ConfObject[] kp, AuthorizationOperCheck operation, AuthorizationOperCheck how) DpAuthorizationCallback.commandFilter()
Thus method can be used to prevent access checks from causing invocation of a checkCommandAccess callback even though it is registered.DpAuthorizationCallback.dataFilter()
Thus method can be used to prevent access checks from causing invocation of a checkDataAccess callback even though it is registered.