public class revokePriv extends Object
| Constructor and Description |
|---|
revokePriv() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invoke(GrouperSession grouperSession,
String name,
String subjId,
Privilege priv)
Revoke a privilege.
|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String name,
String subjId,
Privilege priv)
Revoke a privilege.
|
public static boolean invoke(bsh.Interpreter i,
bsh.CallStack stack,
String name,
String subjId,
Privilege priv)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.name - Revoke privilege on this Group or Stem.subjId - Revoke privilege from this Subject.priv - Revoke this Privilege.GrouperShellExceptionpublic static boolean invoke(GrouperSession grouperSession, String name, String subjId, Privilege priv)
Copyright © 2016 Internet2. All rights reserved.