Uses of Enum Class
com.tailf.dp.AuthorizationOperCheck
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Annotations and proxy helper classes for callbacks.
-
Uses of AuthorizationOperCheck in com.tailf.dp
Modifier and TypeMethodDescriptionstatic AuthorizationOperCheck
AuthorizationOperCheck.getType
(int l) Get a AuthorizationOperationCheck for given int value or null if the int value does not represent a enum.static AuthorizationOperCheck
Returns the enum constant of this class with the specified name.static AuthorizationOperCheck[]
AuthorizationOperCheck.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDpAuthorizationCallback.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.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 AuthorizationOperCheck in com.tailf.dp.annotations
Modifier and TypeMethodDescriptionAuthorizationCallbackProxy.commandFilter()
AuthorizationCallbackProxy.dataFilter()
Modifier and TypeMethodDescriptionAuthorizationCallbackProxy.checkCommandAccess
(DpAuthorizationContext context, String[] commandTokens, AuthorizationOperCheck operation) AuthorizationCallbackProxy.checkDataAccess
(DpAuthorizationContext context, ConfObject[] kp, AuthorizationOperCheck operation, AuthorizationOperCheck how)