Uses of Class
edu.internet2.middleware.grouper.attr.finder.AttributeDefFinder

Packages that use AttributeDefFinder
edu.internet2.middleware.grouper.attr.finder   
 

Uses of AttributeDefFinder in edu.internet2.middleware.grouper.attr.finder
 

Methods in edu.internet2.middleware.grouper.attr.finder that return AttributeDefFinder
 AttributeDefFinder AttributeDefFinder.addAttributeDefId(java.lang.String attributeDefId)
          add a attribute def id to search for
 AttributeDefFinder AttributeDefFinder.addPrivilege(Privilege privilege)
          add a privilege to filter by that the subject has on the attribute definition
 AttributeDefFinder AttributeDefFinder.assignAttributeDefIds(java.util.Collection<java.lang.String> theAttributeDefIds)
          assign attributeDef ids to search for
 AttributeDefFinder AttributeDefFinder.assignFindByUuidOrName(boolean theFindByUuidOrName)
          if we are looking up a attribute def, only look by uuid or name
 AttributeDefFinder AttributeDefFinder.assignParentStemId(java.lang.String theParentStemId)
          parent or ancestor stem of the attribute def
 AttributeDefFinder AttributeDefFinder.assignPrivileges(java.util.Set<Privilege> thePrivileges)
          assign privileges to filter by that the subject has on the attribute definition
 AttributeDefFinder AttributeDefFinder.assignQueryOptions(QueryOptions theQueryOptions)
          if sorting, paging, caching, etc
 AttributeDefFinder AttributeDefFinder.assignScope(java.lang.String theScope)
          scope to look for attribute defs Wildcards will be appended or percent is the wildcard
 AttributeDefFinder AttributeDefFinder.assignSplitScope(boolean theSplitScope)
          if the scope has spaces in it, then split by whitespace, and find results that contain all of the scope strings
 AttributeDefFinder AttributeDefFinder.assignStemScope(Stem.Scope theStemScope)
          if passing in a stem, this is the stem scope...
 AttributeDefFinder AttributeDefFinder.assignSubject(edu.internet2.middleware.subject.Subject theSubject)
          this is the subject that has certain privileges or is in the service