Class setGroupAttr

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

public class setGroupAttr extends Object
Set Group attribute value.

Since:
0.0.1
Version:
$Id: setGroupAttr.java,v 1.4 2009-03-24 17:12:09 mchyzer Exp $
  • Constructor Details

    • setGroupAttr

      public setGroupAttr()
  • Method Details

    • invoke

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

      Parameters:
      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.
      Returns:
      True if attribute set to new value.
      Throws:
      GrouperShellException
      Since:
      0.0.1
    • invoke

      public static boolean invoke(GrouperSession grouperSession, String name, String attr, String val)
      Set Group attribute value.

      Parameters:
      grouperSession -
      name - name of Group to retrieve attribute on.
      attr - Name of attribute to set.
      val - New attribute value.
      Returns:
      True if attribute set to new value.