Class RoutinePrivilegeInfo
java.lang.Object
org.apache.derby.impl.sql.execute.PrivilegeInfo
org.apache.derby.impl.sql.execute.RoutinePrivilegeInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteGrantRevoke(Activation activation, boolean grant, List grantees) This is the guts of the Execution-time logic for GRANT/REVOKE of a routine execute privilegeMethods inherited from class PrivilegeInfo
addWarningIfPrivilegeNotRevoked, checkOwnership
-
Field Details
-
aliasDescriptor
-
-
Constructor Details
-
RoutinePrivilegeInfo
-
-
Method Details
-
executeGrantRevoke
public void executeGrantRevoke(Activation activation, boolean grant, List grantees) throws StandardException This is the guts of the Execution-time logic for GRANT/REVOKE of a routine execute privilege- Specified by:
executeGrantRevokein classPrivilegeInfo- Parameters:
activation-grant- true if grant, false if revokegrantees- a list of authorization ids (strings)- Throws:
StandardException- Thrown on failure
-