|
|||||||||
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 PrivilegeInfo
activation
- grant
- true if grant, false if revokegrantees
- a list of authorization ids (strings)
StandardException
- Thrown on failure
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |