public class RoutinePrivilegeInfo extends PrivilegeInfo
| Modifier and Type | Field | Description |
|---|---|---|
private AliasDescriptor |
aliasDescriptor |
| Constructor | Description |
|---|---|
RoutinePrivilegeInfo(AliasDescriptor aliasDescriptor) |
| Modifier and Type | Method | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddWarningIfPrivilegeNotRevoked, 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.