edu.internet2.middleware.grouper.app.gsh
Class hasMember

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.gsh.hasMember

public class hasMember
extends Object

Is the subject a member of this group.

Since:
0.0.1
Version:
$Id: hasMember.java,v 1.5 2009-11-02 03:50:51 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
hasMember()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

hasMember

public hasMember()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String group,
                             String subjId)
                      throws GrouperShellException
Is the subject a member of this group.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
group - Check membership in this Group.
subjId - Check membership for this Subject.
Returns:
True if a Member.
Throws:
GrouperShellException
Since:
0.0.1

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String group,
                             String subjId,
                             Field field)
                      throws GrouperShellException
Is the subject a member of this group.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
group - Check membership in this Group.
subjId - Check membership for this Subject.
field -
Returns:
True if a Member.
Throws:
GrouperShellException
Since:
0.0.1