Uses of Enum Class
com.tailf.dp.AuthorizationOperCheck
Packages that use 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
Methods in com.tailf.dp that return AuthorizationOperCheckModifier 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.Methods in com.tailf.dp that return types with arguments of type AuthorizationOperCheckModifier 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.Methods in com.tailf.dp with parameters of type AuthorizationOperCheckModifier 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
Methods in com.tailf.dp.annotations that return types with arguments of type AuthorizationOperCheckModifier and TypeMethodDescriptionAuthorizationCallbackProxy.commandFilter()
AuthorizationCallbackProxy.dataFilter()
Methods in com.tailf.dp.annotations with parameters of type AuthorizationOperCheckModifier and TypeMethodDescriptionAuthorizationCallbackProxy.checkCommandAccess
(DpAuthorizationContext context, String[] commandTokens, AuthorizationOperCheck operation) AuthorizationCallbackProxy.checkDataAccess
(DpAuthorizationContext context, ConfObject[] kp, AuthorizationOperCheck operation, AuthorizationOperCheck how)