|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.app.gsh.hasPriv
public class hasPriv
Check if subject has privilege.
Constructor Summary | |
---|---|
hasPriv()
|
Method Summary | |
---|---|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
java.lang.String name,
java.lang.String subjId,
Privilege priv)
Check if subject has privilege. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public hasPriv()
Method Detail |
---|
public static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, java.lang.String name, java.lang.String subjId, Privilege priv) throws GrouperShellException
i
- BeanShell interpreter.stack
- BeanShell call stack.name
- Check for privilege on this Group
or Stem
.subjId
- Check if this Subject
has privilege.priv
- Check this AccessPrivilege
.
GrouperShellException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |