Class EntityUtils
java.lang.Object
edu.internet2.middleware.grouper.entity.EntityUtils
utility methods for grouper entities
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
return the stem name where the entity attributes go, without colon on endstatic AttributeDefName
return attribute def name for entity subject identifierstatic String
attribute def name of entity subject identifier
-
Field Details
-
ATTR_DEF_EXTENSION_ENTITY_SUBJECT_IDENTIFIER
Attribute name of entity subject identifier- See Also:
-
-
Constructor Details
-
EntityUtils
public EntityUtils()
-
-
Method Details
-
attributeEntityStemName
return the stem name where the entity attributes go, without colon on end- Returns:
- stem name
-
entitySubjectIdentifierName
attribute def name of entity subject identifier- Returns:
- name
-
entitySubjectIdentifierAttributeDefName
return attribute def name for entity subject identifier- Returns:
- attribute def name
-