Uses of Interface
oracle.dbtools.plugin.api.security.AuthorizationError
-
Packages that use AuthorizationError Package Description oracle.dbtools.plugin.api.security Resource authorization APIs -
-
Uses of AuthorizationError in oracle.dbtools.plugin.api.security
Methods in oracle.dbtools.plugin.api.security that return AuthorizationError Modifier and Type Method Description AuthorizationError
NotAuthorizedException. error()
TheAuthorizationError
.Constructors in oracle.dbtools.plugin.api.security with parameters of type AuthorizationError Constructor Description NotAuthorizedException(java.lang.String authorizationConstraintName, AuthorizationError error, java.lang.Throwable cause)
Raises aNotAuthorizedException
condition requiring the user to have authenticated against the specified Privilege.
-