Class EntitySubject
java.lang.Object
edu.internet2.middleware.grouper.entity.EntitySubject
logic to help with entity subjects
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assignEntityIdInCache
(String id, String entityAttributeId) if we are looking up the entity ids ahead of time, then put in cache so they dont have to be looked up againstatic String
get the id from a cache, or look it up and add to cache
-
Constructor Details
-
EntitySubject
public EntitySubject()
-
-
Method Details
-
entityIdAttributeValue
get the id from a cache, or look it up and add to cache- Parameters:
id
-- Returns:
- the id
-
assignEntityIdInCache
if we are looking up the entity ids ahead of time, then put in cache so they dont have to be looked up again- Parameters:
id
-entityAttributeId
-
-