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, checkOwnershipprivate AliasDescriptor aliasDescriptor
public RoutinePrivilegeInfo(AliasDescriptor aliasDescriptor)
public void executeGrantRevoke(Activation activation, boolean grant, java.util.List grantees) throws StandardException
executeGrantRevoke in class PrivilegeInfoactivation - grant - true if grant, false if revokegrantees - a list of authorization ids (strings)StandardException - Thrown on failureApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.