|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.execute.PrivilegeInfo
org.apache.derby.impl.sql.execute.RoutinePrivilegeInfo
public class RoutinePrivilegeInfo
| Field Summary | |
|---|---|
private AliasDescriptor |
aliasDescriptor
|
| Constructor Summary | |
|---|---|
RoutinePrivilegeInfo(AliasDescriptor aliasDescriptor)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.apache.derby.impl.sql.execute.PrivilegeInfo |
|---|
addWarningIfPrivilegeNotRevoked, checkOwnership |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private AliasDescriptor aliasDescriptor
| Constructor Detail |
|---|
public RoutinePrivilegeInfo(AliasDescriptor aliasDescriptor)
| Method Detail |
|---|
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 failure
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||