public class RoutinePrivilegeInfo extends PrivilegeInfo
Modifier and Type | Field and Description |
---|---|
private AliasDescriptor |
aliasDescriptor |
Constructor and Description |
---|
RoutinePrivilegeInfo(AliasDescriptor aliasDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
executeGrantRevoke(Activation activation,
boolean grant,
java.util.List grantees)
This is the guts of the Execution-time logic for GRANT/REVOKE of a routine execute privilege
|
addWarningIfPrivilegeNotRevoked, checkOwnership
private AliasDescriptor aliasDescriptor
public RoutinePrivilegeInfo(AliasDescriptor aliasDescriptor)
public void executeGrantRevoke(Activation activation, boolean grant, java.util.List grantees) throws StandardException
executeGrantRevoke
in class PrivilegeInfo
activation
- grant
- true if grant, false if revokegrantees
- a list of authorization ids (strings)StandardException
- Thrown on failureApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.