| Constructor and Description |
|---|
setGroupAttr() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invoke(GrouperSession grouperSession,
String name,
String attr,
String val)
Set
Group attribute value. |
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String name,
String attr,
String val)
Set
Group attribute value. |
public static boolean invoke(bsh.Interpreter i,
bsh.CallStack stack,
String name,
String attr,
String val)
throws GrouperShellException
Group attribute value.
i - BeanShell interpreter.stack - BeanShell call stack.name - name of Group to retrieve attribute on.attr - Name of attribute to set.val - New attribute value.GrouperShellExceptionpublic static boolean invoke(GrouperSession grouperSession, String name, String attr, String val)
Group attribute value.
grouperSession - name - name of Group to retrieve attribute on.attr - Name of attribute to set.val - New attribute value.Copyright © 2016 Internet2. All rights reserved.