edu.internet2.middleware.grouper.app.gsh
Class typeAddAttr
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.typeAddAttr
public class typeAddAttr
- extends java.lang.Object
Add an Attribute to a GroupType.
- Since:
- 0.1.0
- Version:
- $Id: typeAddAttr.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
- Author:
- blair christensen.
|
Method Summary |
static Field |
invoke(bsh.Interpreter i,
bsh.CallStack stack,
java.lang.String type,
java.lang.String name,
Privilege read,
Privilege write,
boolean req)
Add an Attribute to a GroupType. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeAddAttr
public typeAddAttr()
invoke
public static Field invoke(bsh.Interpreter i,
bsh.CallStack stack,
java.lang.String type,
java.lang.String name,
Privilege read,
Privilege write,
boolean req)
throws GrouperShellException
- Add an
Attribute to a GroupType.
- Parameters:
i - BeanShell interpreter.stack - BeanShell call stack.type - Add to this GroupType.name - Name of Attribute.read - Privilege required for reading.write - Privilege required for writing.req - Is Attribute required.
- Returns:
Field
- Throws:
GrouperShellException- Since:
- 0.1.0