Class EntitySubject

java.lang.Object
edu.internet2.middleware.grouper.entity.EntitySubject

public class EntitySubject extends Object
logic to help with entity subjects
  • Constructor Details

    • EntitySubject

      public EntitySubject()
  • Method Details

    • entityIdAttributeValue

      public static String entityIdAttributeValue(String id)
      get the id from a cache, or look it up and add to cache
      Parameters:
      id -
      Returns:
      the id
    • assignEntityIdInCache

      public static 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 again
      Parameters:
      id -
      entityAttributeId -