Uses of Enum Class
com.tailf.dp.AuthorizationResult
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Annotations and proxy helper classes for callbacks.
-
Uses of AuthorizationResult 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) static AuthorizationResult
AuthorizationResult.getType
(int l) Get a DpAuthorizationResult for given int value or null if the int value does not represent a enum.static AuthorizationResult
Returns the enum constant of this class with the specified name.static AuthorizationResult[]
AuthorizationResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthorizationResult 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)