Uses of Interface
edu.internet2.middleware.subject.Source
Packages that use Source
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
The Unresolvable Subject Deletion Utility (usdu) is a Grouper API extension
which finds and optionally deletes members whose subjects can not be resolved
by their source.
beans stored in container beans for each module
beans/api are common beans across modules
beans/simpleMembershipUpdate are beans for the simpleMembershipUpdate module
This package contains grouper's Hibernate wrapping API
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
This package contains classes related to the subject API
utility classes (e.g. generic useful static things)
This package contains utility classes (generally static methods)
-
Uses of Source in edu.internet2.middleware.grouper
Classes in edu.internet2.middleware.grouper that implement SourceModifier and TypeClassDescriptionclassSource adapter for using Grouper groups as I2MI Subjects.Methods in edu.internet2.middleware.grouper that return SourceModifier and TypeMethodDescriptionRegistrySubject.getSource()Return the source.static Sourcetry { Source sa = SubjectFinder.getSource(id); } catch (SourceUnavailableException eSU) { // unable to retrieve source }Member.getSubjectSource()Get theSourceof the subject that maps to this member.static SourceSubjectFinder.internal_getEntitySourceAdapter(boolean failIfError) Grouper internal method onlystatic SourceSubjectFinder.internal_getGSA()Grouper internal method onlyMethods in edu.internet2.middleware.grouper that return types with arguments of type SourceModifier and TypeMethodDescriptionSubjectFinder.getSources()Set sources = SubjectFinder.getSources();SubjectFinder.getSources(boolean enabledOnly) Set sources = SubjectFinder.getSources(true);Methods in edu.internet2.middleware.grouper with parameters of type SourceModifier and TypeMethodDescriptionadd a source to the search criteriaMemberFinder.findAll(GrouperSession s, Source source) Find all members by source.MemberFinder.findAllUsed(GrouperSession grouperSession, Source source) Find all members by source used somewhere, e.g. with memberships or attributes etc.Method parameters in edu.internet2.middleware.grouper with type arguments of type SourceModifier and TypeMethodDescriptionMembershipFinder.assignSources(Set<Source> theSources) assign a collection of sources to look forFind all subjects matching the query within the specifiedSources.MembershipFinder.findAttributeDefMemberships(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity) static SubjectSubjectFinder.findByIdOrIdentifierAndSource(String idOrIdentifier, Set<Source> sources, boolean exceptionIfNull) find by id or identifier in certain sourcesSubjectFinder.findByIdsOrIdentifiers(Collection<String> idsOrIdentifiers, Set<Source> sources) find subjects by idsOrIdentifiersMembershipFinder.findMembers(Group group, Field field, Set<Source> sources, QueryOptions queryOptions) MembershipFinder.findMemberships(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled) MembershipFinder.findMemberships(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity) MembershipFinder.findMemberships(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, FieldType fieldType) MembershipFinder.findMemberships(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, FieldType fieldType, String serviceId, ServiceRole serviceRole) static SearchPageResultFind a page of subjects matching the query within the specifiedSources.static SearchPageResultSubjectFinder.findPageInStem(String stemName, String query, Set<Source> sources) Find a page of subjects matching the query, in a certain folder.MembershipFinder.findStemMemberships(Collection<String> stemIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity) Group.getCompositeMembers(Field field, Set<Source> sources, QueryOptions queryOptions) Group.getEffectiveMembers(Field f, Set<Source> sources, QueryOptions queryOptions) Get effective members of this group.Group.getImmediateMembers(Field f, Set<Source> sources, QueryOptions queryOptions) Get immediate members of this group.Group.getImmediateMembers(Field f, Set<Source> sources, QueryOptions queryOptions, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) Get immediate members of this group.Group.getMembers(Field f, Set<Source> sources, QueryOptions queryOptions) Get members of this group.Group.getNonImmediateMembers(Field f, Set<Source> sources, QueryOptions queryOptions) Get non-immediate members of this group.MemberFinder.internal_findMembersByType(GrouperSession grouperSession, Group group, Field field, String type, Set<Source> sources, QueryOptions queryOptions, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) Grouper internal method only -
Uses of Source in edu.internet2.middleware.grouper.app.deprovisioning
Methods in edu.internet2.middleware.grouper.app.deprovisioning that return types with arguments of type SourceModifier and TypeMethodDescriptionGrouperDeprovisioningSettings.retrieveSourcesAllowedToDeprovision()get the sources to deprovision, dont include the group source or the internal source -
Uses of Source in edu.internet2.middleware.grouper.app.usdu
Methods in edu.internet2.middleware.grouper.app.usdu with parameters of type SourceModifier and TypeMethodDescriptionUSDU.getUnresolvableMembers(GrouperSession s, Source source) Deprecated.USDU.getUnresolvableMembers(GrouperSession s, Source source, Map<String, Subject> memberIdToSubjectMap) Deprecated.static voidUSDU.resolveMembers(GrouperSession s, Source source, boolean delete) Deprecated. -
Uses of Source in edu.internet2.middleware.grouper.attr
Methods in edu.internet2.middleware.grouper.attr with parameters of type SourceModifier and TypeMethodDescriptionAttributeDefScopeDelegate.assignOwnerSource(Source source) adds scope if not already there make sure this attributeDef is assigned to members in this source -
Uses of Source in edu.internet2.middleware.grouper.entity
Classes in edu.internet2.middleware.grouper.entity that implement Source -
Uses of Source in edu.internet2.middleware.grouper.externalSubjects
Classes in edu.internet2.middleware.grouper.externalSubjects that implement SourceModifier and TypeClassDescriptionclassif we are auto creating the source, then this is the class based on the view -
Uses of Source in edu.internet2.middleware.grouper.grouperUi.beans
Methods in edu.internet2.middleware.grouper.grouperUi.beans that return types with arguments of type SourceModifier and TypeMethodDescriptionContextContainer.getSources()available sourceIds for the upload form -
Uses of Source in edu.internet2.middleware.grouper.grouperUi.beans.api
Method parameters in edu.internet2.middleware.grouper.grouperUi.beans.api with type arguments of type SourceModifier and TypeMethodDescriptionGuiSource.convertFromSources(Set<Source> sources) GuiSource.convertFromSources(Set<Source> sources, String configMax, int defaultMax) Constructors in edu.internet2.middleware.grouper.grouperUi.beans.api with parameters of type Source -
Uses of Source in edu.internet2.middleware.grouper.grouperUi.beans.simpleMembershipUpdate
Methods in edu.internet2.middleware.grouper.grouperUi.beans.simpleMembershipUpdate that return Source -
Uses of Source in edu.internet2.middleware.grouper.grouperUi.beans.ui
Methods in edu.internet2.middleware.grouper.grouperUi.beans.ui that return SourceMethods in edu.internet2.middleware.grouper.grouperUi.beans.ui that return types with arguments of type SourceModifier and TypeMethodDescriptionCommonRequestContainer.getSources()sourcesDeprovisioningContainer.getSources()get sources to pick which sourceSubjectContainer.getSources()get sources to pick which sourceSubjectSourceContainer.getSources()Methods in edu.internet2.middleware.grouper.grouperUi.beans.ui with parameters of type SourceMethod parameters in edu.internet2.middleware.grouper.grouperUi.beans.ui with type arguments of type Source -
Uses of Source in edu.internet2.middleware.grouper.hibernate
Method parameters in edu.internet2.middleware.grouper.hibernate with type arguments of type SourceModifier and TypeMethodDescriptionstatic StringHibUtils.convertSourcesToSqlInString(Set<Source> sources) e.g.static voidHibUtils.convertSourcesToSqlInString(Set<Source> sources, HqlQuery hqlQuery, StringBuilder sql, String sourceColumnName) -
Uses of Source in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type SourceModifier and TypeMethodDescriptionMemberDAO.findAllUsed(Source source) find all members that are used somewhere (e.g. memberships or attributes)Method parameters in edu.internet2.middleware.grouper.internal.dao with type arguments of type SourceModifier and TypeMethodDescriptionMembershipDAO.findAllByAttributeDefOwnerOptions(String attributeDefId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) find memberships by attribute def owner and other options.MembershipDAO.findAllByAttributeDefOwnerOptions(String attributeDefId, Collection<String> memberIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) find membershpis by attribute def owner and other options.MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity) find memberships by stem owner and other options.MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForAttributeDef, String scopeForAttributeDef, boolean splitScopeForAttributeDef, boolean hasFieldForAttributeDef, boolean hasMembershipTypeForAttributeDef) find memberships by stem owner and other options.MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForAttributeDef, String scopeForAttributeDef, boolean splitScopeForAttributeDef, boolean hasFieldForAttributeDef, boolean hasMembershipTypeForAttributeDef) find memberships by stem owner and other options.MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForAttributeDef, String scopeForAttributeDef, boolean splitScopeForAttributeDef, boolean hasFieldForAttributeDef, boolean hasMembershipTypeForAttributeDef, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup) find memberships by stem owner and other options.MembershipDAO.findAllByGroupOwnerOptions(String groupId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) find memberships by group owner and other options.MembershipDAO.findAllByGroupOwnerOptions(String groupId, Collection<String> memberIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) find membershpis by group owner and other options.MembershipDAO.findAllByGroupOwnerOptions(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled) find membershpis by group owner and other options.MembershipDAO.findAllByGroupOwnerOptions(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity) find membershpis by group owner and other options.MembershipDAO.findAllByGroupOwnerOptions(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, FieldType fieldType) find membershpis by group owner and other options.MembershipDAO.findAllByGroupOwnerOptions(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> fields, Collection<Privilege> privilegesTheUserHas, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, FieldType fieldType, String serviceId, ServiceRole serviceRole, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForGroup, String scopeForGroup, boolean splitScopeForGroup, boolean hasFieldForGroup, boolean hasMembershipTypeForGroup, Member memberHasMembershipForGroup) find memberships by group owner and other options.MembershipDAO.findAllByGroupOwnerOptions(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> fields, Collection<Privilege> privilegesTheUserHas, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, FieldType fieldType, String serviceId, ServiceRole serviceRole, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForGroup, String scopeForGroup, boolean splitScopeForGroup, boolean hasFieldForGroup, boolean hasMembershipTypeForGroup, Member memberHasMembershipForGroup, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup) find memberships by group owner and other options.MembershipDAO.findAllByGroupOwnerOptions(Collection<String> groupIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> fields, Collection<Privilege> privilegesTheUserHas, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, FieldType fieldType, String serviceId, ServiceRole serviceRole, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForGroup, String scopeForGroup, boolean splitScopeForGroup, boolean hasFieldForGroup, boolean hasMembershipTypeForGroup, Member memberHasMembershipForGroup, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup, QueryOptions queryOptionsForMembership) find memberships by group owner and other options.PITMembershipViewDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<Field> fields, Set<Source> sources, Stem stem, Stem.Scope stemScope, Boolean checkSecurity, FieldType fieldType, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, Timestamp pointInTimeFrom, Timestamp pointInTimeTo) MembershipDAO.findAllByStemOwnerOptions(Collection<String> stemIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity) find memberships by stem owner and other options.MembershipDAO.findAllByStemOwnerOptions(Collection<String> stemIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForStem, String scopeForStem, boolean splitScopeForStem, boolean hasFieldForStem, boolean hasMembershipTypeForStem) find memberships by stem owner and other options.MembershipDAO.findAllByStemOwnerOptions(Collection<String> stemIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForStem, String scopeForStem, boolean splitScopeForStem, boolean hasFieldForStem, boolean hasMembershipTypeForStem, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup) find memberships by stem owner and other options.MembershipDAO.findAllMembersByAttributeDefOwnerOptions(String attributeDefId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) find memberships by attribute def owner and other options.MembershipDAO.findAllMembersByGroupOwnerAndField(String groupOwnerId, Field f, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly) MembershipDAO.findAllMembersByGroupOwnerAndFieldAndType(String ownerGroupId, Field f, String type, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly) MembershipDAO.findAllMembersByGroupOwnerOptions(String groupId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) find memberships by attribute def owner and other options.MembershipDAO.findAllMembersByOwnerAndFieldAndType(String ownerId, Field f, String type, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) PITMembershipViewDAO.findAllMembersByPITOwnerAndPITField(String ownerId, String fieldId, Timestamp pointInTimeFrom, Timestamp pointInTimeTo, Set<Source> sources, QueryOptions queryOptions) Get members by owner and field. -
Uses of Source in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type SourceMethod parameters in edu.internet2.middleware.grouper.internal.dao.hib3 with type arguments of type SourceModifier and TypeMethodDescriptionHib3MembershipDAO.findAllByAttributeDefOwnerOptions(String attributeDefId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) Hib3MembershipDAO.findAllByAttributeDefOwnerOptions(String attributeDefId, Collection<String> totalMemberIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) Hib3MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> totalAttributeDefIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity) Hib3MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForAttributeDef, String scopeForAttributeDef, boolean splitScopeForAttributeDef, boolean hasFieldForAttributeDef, boolean hasMembershipTypeForAttributeDef) Hib3MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForAttributeDef, String scopeForAttributeDef, boolean splitScopeForAttributeDef, boolean hasFieldForAttributeDef, boolean hasMembershipTypeForAttributeDef) Hib3MembershipDAO.findAllByAttributeDefOwnerOptions(Collection<String> attributeDefIds, Collection<String> memberIds, Collection<String> membershipIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean shouldCheckSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForAttributeDef, String scopeForAttributeDef, boolean splitScopeForAttributeDef, boolean hasFieldForAttributeDef, boolean hasMembershipTypeForAttributeDef, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup) Hib3MembershipDAO.findAllByGroupOwnerOptions(String groupId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) Hib3MembershipDAO.findAllByGroupOwnerOptions(String groupId, Collection<String> totalMemberIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) Hib3MembershipDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled) Hib3MembershipDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity) Hib3MembershipDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity, FieldType fieldType) Hib3MembershipDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Collection<Field> fields, Collection<Privilege> privilegesTheUserHas, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity, FieldType fieldType, String serviceId, ServiceRole serviceRole, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForGroup, String scopeForGroup, boolean splitScopeForGroup, boolean hasFieldForGroup, boolean hasMembershipTypeForGroup, Member memberHasMembershipForGroup) Hib3MembershipDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Collection<Field> fields, Collection<Privilege> privilegesTheUserHas, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity, FieldType fieldType, String serviceId, ServiceRole serviceRole, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForGroup, String scopeForGroup, boolean splitScopeForGroup, boolean hasFieldForGroup, boolean hasMembershipTypeForGroup, Member memberHasMembershipForGroup, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup) Hib3MembershipDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Collection<Field> fields, Collection<Privilege> privilegesTheUserHas, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity, FieldType fieldType, String serviceId, ServiceRole serviceRole, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForGroup, String scopeForGroup, boolean splitScopeForGroup, boolean hasFieldForGroup, boolean hasMembershipTypeForGroup, Member memberHasMembershipForGroup, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup, QueryOptions queryOptionsForMembership) Hib3PITMembershipViewDAO.findAllByGroupOwnerOptions(Collection<String> totalGroupIds, Collection<String> totalMemberIds, Collection<Field> fields, Set<Source> sources, Stem stem, Stem.Scope stemScope, Boolean checkSecurity, FieldType fieldType, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, Timestamp pointInTimeFrom, Timestamp pointInTimeTo) Hib3MembershipDAO.findAllByStemOwnerOptions(Collection<String> totalStemIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Field field, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity) Hib3MembershipDAO.findAllByStemOwnerOptions(Collection<String> totalStemIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForStem, String scopeForStem, boolean splitScopeForStem, boolean hasFieldForStem, boolean hasMembershipTypeForStem) Hib3MembershipDAO.findAllByStemOwnerOptions(Collection<String> totalStemIds, Collection<String> totalMemberIds, Collection<String> totalMembershipIds, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, String scope, Stem stem, Stem.Scope stemScope, Boolean enabled, Boolean checkSecurity, QueryOptions queryOptionsForMember, String filterForMember, boolean splitScopeForMember, boolean hasFieldForMember, boolean hasMembershipTypeForMember, QueryOptions queryOptionsForStem, String scopeForStem, boolean splitScopeForStem, boolean hasFieldForStem, boolean hasMembershipTypeForStem, Boolean hasEnabledDate, Boolean hasDisabledDate, CompositeType customCompositeType, Group customCompositeGroup) Hib3MembershipDAO.findAllMembersByAttributeDefOwnerOptions(String attributeDefId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) generally you will order by m.subjectSourceIdDb, m.subjectIdDb, and page to the first 100Hib3MembershipDAO.findAllMembersByGroupOwnerAndField(String groupOwnerId, Field f, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly) Hib3MembershipDAO.findAllMembersByGroupOwnerAndFieldAndType(String ownerGroupId, Field f, String type, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly) Hib3MembershipDAO.findAllMembersByGroupOwnerOptions(String groupId, MembershipType membershipType, Collection<Field> fields, Set<Source> sources, Boolean enabled, QueryOptions queryOptions) generally you will order by m.subjectSourceIdDb, m.subjectIdDb, and page to the first 100Hib3MembershipDAO.findAllMembersByOwnerAndFieldAndType(String ownerId, Field f, String type, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) Hib3PITMembershipViewDAO.findAllMembersByPITOwnerAndPITField(String ownerId, String fieldId, Timestamp pointInTimeFrom, Timestamp pointInTimeTo, Set<Source> sources, QueryOptions queryOptions) -
Uses of Source in edu.internet2.middleware.grouper.pit
Method parameters in edu.internet2.middleware.grouper.pit with type arguments of type SourceModifier and TypeMethodDescriptionPITGroup.getMembers(String fieldSourceId, Timestamp pointInTimeFrom, Timestamp pointInTimeTo, Set<Source> sources, QueryOptions queryOptions) Get members of the group using point in time and the specified field. -
Uses of Source in edu.internet2.middleware.grouper.subj
Classes in edu.internet2.middleware.grouper.subj that implement SourceModifier and TypeClassDescriptionclassclassGrouper's jdbc source adapter.classGrouper's jdbc source adapter.classclassgrouper version of jndi source adapterclassclassInternal SourceAdapter for retrievingInternalSubjects.Methods in edu.internet2.middleware.grouper.subj that return SourceMethods in edu.internet2.middleware.grouper.subj that return types with arguments of type SourceModifier and TypeMethodDescriptionCachingResolver.getSources()CachingResolver.getSources(boolean enabledOnly) SourcesXmlResolver.getSources()SourcesXmlResolver.getSources(boolean enabledOnly) SourcesXmlResolver.getSources(String subjectType) SubjectResolver.getSources()SubjectResolver.getSources(boolean enabledOnly) ValidatingResolver.getSources()ValidatingResolver.getSources(boolean enabledOnly) SubjectHelper.nonGroupSources()Methods in edu.internet2.middleware.grouper.subj with parameters of type SourceModifier and TypeMethodDescriptionstatic booleanSubjectHelper.inSourceList(Collection<Source> collection, Source source) see if a source is in a listMethod parameters in edu.internet2.middleware.grouper.subj with type arguments of type SourceModifier and TypeMethodDescriptionfind subjects in a set of sourcesCachingResolver.findByIdsOrIdentifiers(Collection<String> idsOrIdentifiers, Set<Source> sources) SourcesXmlResolver.findByIdsOrIdentifiers(Collection<String> idsOrIdentifiers, Set<Source> sources) SubjectResolver.findByIdsOrIdentifiers(Collection<String> idsOrIdentifiers, Set<Source> sources) ValidatingResolver.findByIdsOrIdentifiers(Collection<String> idsOrIdentifiers, Set<Source> sources) find a page of subjects in a set of sourcesCachingResolver.findPageInStem(String stemName, String query, Set<Source> sources) SourcesXmlResolver.findPageInStem(String stemName, String query, Set<Source> sources) note if stem name is blank, it means rootSubjectResolver.findPageInStem(String stemName, String query, Set<Source> sources) ValidatingResolver.findPageInStem(String stemName, String query, Set<Source> sources) static booleanSubjectHelper.inSourceList(Collection<Source> collection, Source source) see if a source is in a liststatic StringSubjectHelper.sourcesToIdsString(Collection<Source> sources) convert sources to id's comma separated -
Uses of Source in edu.internet2.middleware.grouper.subj.cache
Methods in edu.internet2.middleware.grouper.subj.cache with parameters of type SourceModifier and TypeMethodDescriptionstatic SubjectSubjectSourceCache.getSubjectByIdentifierFromCacheOrSource(Source source, String identifier, boolean exceptionIfNotFound) get a subject by identifier or from cachestatic SubjectSubjectSourceCache.getSubjectByIdentifierFromCacheOrSource(Source source, String identifier, boolean ignoreCachedSubjects, boolean exceptionIfNotFound) get a subject by identifier or from cachestatic SubjectSubjectSourceCache.getSubjectByIdOrIdentifierFromCacheOrSource(Source source, String idOrIdentifier, boolean exceptionIfNotFound) get a subject by identifier or from cachestatic SubjectSubjectSourceCache.getSubjectByIdOrIdentifierFromCacheOrSource(Source source, String idOrIdentifier, boolean ignoreCachedSubjects, boolean exceptionIfNotFound) get a subject by identifier or from cachestatic SubjectSubjectSourceCache.getSubjectFromCacheOrSource(Source source, String id, boolean exceptionIfNotFound) get a subject by id or from cachestatic SubjectSubjectSourceCache.getSubjectFromCacheOrSource(Source source, String id, boolean ignoreCachedSubjects, boolean exceptionIfNotFound) get a subject by id or from cacheSubjectSourceCache.getSubjectsByIdentifiersFromCacheOrSource(Source source, Collection<String> identifiers) get a subject by id or from cacheSubjectSourceCache.getSubjectsByIdsFromCacheOrSource(Source source, Collection<String> ids) get a subject by id or from cacheSubjectSourceCache.getSubjectsByIdsFromCacheOrSource(Source source, Collection<String> ids, boolean ignoreCachedSubjects) get a subject by id or from cacheSubjectSourceCache.getSubjectsByIdsOrIdentifiersFromCacheOrSource(Source source, Collection<String> idsOrIdentifiers) get a subject by id or from cache -
Uses of Source in edu.internet2.middleware.grouper.ui.util
Methods in edu.internet2.middleware.grouper.ui.util that return Source -
Uses of Source in edu.internet2.middleware.grouper.util
Methods in edu.internet2.middleware.grouper.util that return types with arguments of type SourceModifier and TypeMethodDescriptionGrouperUtil.convertSources(String sources) e.g.GrouperUtil.convertSources(String[] sourceIds) e.g.Method parameters in edu.internet2.middleware.grouper.util with type arguments of type SourceModifier and TypeMethodDescriptionstatic StringGrouperUtil.convertSourcesToSqlInString(Set<Source> sources) Deprecated.moved to @See HibUtilsstatic StringGrouperUtil.toString(Collection<Source> sources) convert a collection of sources to a string -
Uses of Source in edu.internet2.middleware.grouper.ws.member
Method parameters in edu.internet2.middleware.grouper.ws.member with type arguments of type SourceModifier and TypeMethodDescriptionWsMemberFilter.getMembers(Group group, Field field, Set<Source> sources, QueryOptions queryOptions) get the members from the group based on type of filterWsMemberFilter.getMembersHelper(Group group, Field field, Set<Source> sources, QueryOptions queryOptions) get the members from the group based on type of filter -
Uses of Source in edu.internet2.middleware.subject
Classes in edu.internet2.middleware.subject that implement SourceModifier and TypeClassDescriptionclassif the id or sources might not be known, dont resolve until you need itMethods in edu.internet2.middleware.subject that return Source -
Uses of Source in edu.internet2.middleware.subject.config
Methods in edu.internet2.middleware.subject.config that return SourceMethods in edu.internet2.middleware.subject.config that return types with arguments of type SourceModifier and TypeMethodDescriptionSubjectConfig.retrieveSourceConfigs()process configs for sources and return the map -
Uses of Source in edu.internet2.middleware.subject.provider
Classes in edu.internet2.middleware.subject.provider that implement SourceModifier and TypeClassDescriptionclassBase Source adapter.classSome methods in subject api have package security, so this class is a temporary measure to get access to themclassSome methods in subject api have package security, so this class is a temporary measure to get access to themclassJNDI SourceclassJDBC Sourceclassjdbc source adapter based on one table with more complex searchesclassJNDI Source.classJNDI SourceclassLdap source adapter.classMethods in edu.internet2.middleware.subject.provider that return SourceModifier and TypeMethodDescriptionGets Source for the argument source ID.SubjectImpl.getSource()Returns the Source of this Subject.Methods in edu.internet2.middleware.subject.provider that return types with arguments of type SourceModifier and TypeMethodDescriptionSourceManager.getSources()Returns a Collection of Sources.SourceManager.getSources(SubjectType type) Returns a Collection of Sources that supports the argument SubjectType.SourceManager.getSourcesEnabled()Returns a Collection of Sources.Methods in edu.internet2.middleware.subject.provider with parameters of type SourceModifier and TypeMethodDescriptionvoidSourceManager.loadSource(Source source) (non-javadoc)BaseSourceAdapter.virtualAttributesForSource(Source source) get the ordered list of virtual attributes for a source (new style)BaseSourceAdapter.virtualAttributesForSourceLegacy(Source source) get the ordered list of virtual attributes for a sourceBaseSourceAdapter.virtualAttributeVariablesForSourceLegacy(Source source) get the ordered list of virtual attributes for a sourceConstructors in edu.internet2.middleware.subject.provider with parameters of type Source