public class hasMember extends Object
| Constructor and Description |
|---|
hasMember() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invoke(GrouperSession grouperSession,
String group,
String subjId,
Field field)
Is the subject a member of this group.
|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
String subjId)
Is the subject a member of this group.
|
static boolean |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
String subjId,
Field field)
Is the subject a member of this group.
|
public static boolean invoke(bsh.Interpreter i,
bsh.CallStack stack,
String group,
String subjId)
throws GrouperShellException
i - BeanShell interpreter.stack - BeanShell call stack.group - Check membership in this Group.subjId - Check membership for this Subject.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 - Check membership in this Group.subjId - Check membership for this Subject.field - Member.GrouperShellExceptionCopyright © 2016 Internet2. All rights reserved.