Class getGroupAttr

java.lang.Object
edu.internet2.middleware.grouper.app.gsh.getGroupAttr

public class getGroupAttr extends Object
Get Group attribute value.

Since:
0.0.1
Version:
$Id: getGroupAttr.java,v 1.6 2009-04-14 07:41:24 mchyzer Exp $
  • Constructor Details

    • getGroupAttr

      public getGroupAttr()
  • Method Details

    • invoke

      public static Object invoke(bsh.Interpreter i, bsh.CallStack stack, String name, String attr) throws GrouperShellException
      Get Group attribute value.

      Parameters:
      i - BeanShell interpreter.
      stack - BeanShell call stack.
      name - name of Group to retrieve attribute on.
      attr - Name of attribute to retrieve.
      Returns:
      Value of attribute.
      Throws:
      GrouperShellException
      Since:
      0.0.1
    • invoke

      public static Object invoke(GrouperSession grouperSession, String name, String attr)
      Get Group attribute value.

      Parameters:
      grouperSession -
      name - name of Group to retrieve attribute on.
      attr - Name of attribute to retrieve.
      Returns:
      Value of attribute.