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

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

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

Methods in edu.internet2.middleware.grouper.attr.finder that return AttributeDefNameFinder
 AttributeDefNameFinder AttributeDefNameFinder.addIdOfAttributeDefName(java.lang.String theIdsOfAttributeDefName)
          id of attribute def name
 AttributeDefNameFinder AttributeDefNameFinder.addPrivilege(Privilege privilege)
          add a privilege to filter by that the subject has on the attribute definition
 AttributeDefNameFinder AttributeDefNameFinder.assignAnyRole(boolean theAnyRole)
          mutually exclusive with serviceRole... this is true if looking for services where the user has any role
 AttributeDefNameFinder AttributeDefNameFinder.assignAttributeAssignType(AttributeAssignType theAttributeAssignType)
          the type of assignment that the attributes can have
 AttributeDefNameFinder AttributeDefNameFinder.assignAttributeDefId(java.lang.String theAttributeDefId)
          find attribute def names based on one attribute definition
 AttributeDefNameFinder AttributeDefNameFinder.assignFindByUuidOrName(boolean theFindByUuidOrName)
          if we are looking up an attributedefname, only look by uuid or name
 AttributeDefNameFinder AttributeDefNameFinder.assignParentStemId(java.lang.String theParentStemId)
          parent or ancestor stem of the attribute def
 AttributeDefNameFinder AttributeDefNameFinder.assignPrivileges(java.util.Set<Privilege> thePrivileges)
          assign privileges to filter by that the subject has on the attribute definition
 AttributeDefNameFinder AttributeDefNameFinder.assignQueryOptions(QueryOptions theQueryOptions)
          if sorting, paging, caching, etc
 AttributeDefNameFinder AttributeDefNameFinder.assignScope(java.lang.String theScope)
          scope to look for attribute def names Wildcards will be appended or percent is the wildcard
 AttributeDefNameFinder AttributeDefNameFinder.assignServiceRole(ServiceRole theServiceRole)
          if filtering by service, this is the service role, or null for all
 AttributeDefNameFinder AttributeDefNameFinder.assignSplitScope(boolean theSplitScope)
          if the scope has spaces in it, then split by whitespace, and find results that contain all of the scope strings
 AttributeDefNameFinder AttributeDefNameFinder.assignStemScope(Stem.Scope theStemScope)
          if passing in a stem, this is the stem scope...
 AttributeDefNameFinder AttributeDefNameFinder.assignSubject(edu.internet2.middleware.subject.Subject theSubject)
          this is the subject that has certain privileges or is in the service