Uses of Class
com.tailf.dp.DpAuthorizationContext
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Annotations and proxy helper classes for callbacks.
-
Uses of DpAuthorizationContext 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) -
Uses of DpAuthorizationContext in com.tailf.dp.annotations
Modifier and TypeMethodDescriptionAuthorizationCallbackProxy.checkCommandAccess
(DpAuthorizationContext context, String[] commandTokens, AuthorizationOperCheck operation) AuthorizationCallbackProxy.checkDataAccess
(DpAuthorizationContext context, ConfObject[] kp, AuthorizationOperCheck operation, AuthorizationOperCheck how)