public class addMember extends Object
| Constructor and Description |
|---|
addMember() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invoke(GrouperSession grouperSession,
String group,
String subjId,
Field field)
Add a member.
|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
String subjId)
Add a member.
|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
String subjId,
Field field)
Add a member.
|
public static boolean invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
String subjId)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.group - Add Member to Group with this name.subjId - Add Subject with this subject id as a member.GrouperShellExceptionpublic static boolean invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
String subjId,
Field field)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.group - Add Member to Group with this name.subjId - Add Subject with this subject id as a member.field - GrouperShellExceptionCopyright © 2016 Internet2. All rights reserved.