|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDefType | |
---|---|
edu.internet2.middleware.grouper | The I2MI Grouper project is an open source toolkit for managing groups. |
edu.internet2.middleware.grouper.attr |
Uses of AttributeDefType in edu.internet2.middleware.grouper |
---|
Methods in edu.internet2.middleware.grouper with parameters of type AttributeDefType | |
---|---|
AttributeDef |
Stem.addChildAttributeDef(java.lang.String extension,
AttributeDefType attributeDefType)
Add a new attribute def to the registry. |
AttributeDef |
Stem.internal_addChildAttributeDef(GrouperSession session,
java.lang.String extn,
java.lang.String id,
AttributeDefType attributeDefType,
java.lang.String description)
|
Uses of AttributeDefType in edu.internet2.middleware.grouper.attr |
---|
Methods in edu.internet2.middleware.grouper.attr that return AttributeDefType | |
---|---|
AttributeDefType |
AttributeDef.getAttributeDefType()
type of this attribute (e.g. attribute or privilege) |
static AttributeDefType |
AttributeDefType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeDefType |
AttributeDefType.valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull)
do a case-insensitive matching |
static AttributeDefType[] |
AttributeDefType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.internet2.middleware.grouper.attr that return types with arguments of type AttributeDefType | |
---|---|
static java.util.Set<AttributeDefType> |
AttributeDefType.toSet(java.lang.String[] attributeDefTypeStrings)
return the set of attributeDefTypes, never null |
Methods in edu.internet2.middleware.grouper.attr with parameters of type AttributeDefType | |
---|---|
AttributeDefSave |
AttributeDefSave.assignAttributeDefType(AttributeDefType theAttributeDefType)
if assign |
void |
AttributeDef.setAttributeDefType(AttributeDefType attributeDefType)
type of this attribute (e.g. attribute or privilege) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |