Uses of Class
edu.internet2.middleware.subject.SubjectNotUniqueException
Packages that use SubjectNotUniqueException
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
This package contains classes related to the subject API
-
Uses of SubjectNotUniqueException in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that throw SubjectNotUniqueExceptionModifier and TypeMethodDescriptionstatic Subject
Deprecated.static Subject
Search within all configured sources for subject with identified by id.static Subject
Search within all configured sources for subject with identified by id.static Subject
Deprecated.static Subject
Deprecated.since type is no longer an identifier...static Subject
Deprecated.static Subject
Deprecated.static Subject
SubjectFinder.findByIdAndSource
(String id, String source, boolean exceptionIfNull) Search within all configured sources for subject with identified by id.static Subject
SubjectFinder.findByIdAndSource
(String id, String source, boolean ignoreCachedSubjects, boolean exceptionIfNull) Search within all configured sources for subject with identified by id.static Subject
SubjectFinder.findByIdAndSourceIds
(String id, Set<String> sourceIds, boolean exceptionIfNull) Search within given sourcesstatic Subject
SubjectFinder.findByIdentifier
(String id) Deprecated.static Subject
SubjectFinder.findByIdentifier
(String id, boolean exceptionIfNotFound) Get a subject by a well-known identifier.static Subject
SubjectFinder.findByIdentifier
(String id, boolean ignoreCachedSubjects, boolean exceptionIfNotFound) Get a subject by a well-known identifier.static Subject
SubjectFinder.findByIdentifier
(String id, String type) Deprecated.static Subject
SubjectFinder.findByIdentifier
(String id, String type, boolean exceptionIfNull) Deprecated.use id or id/sourcestatic Subject
SubjectFinder.findByIdentifier
(String id, String type, String source) Deprecated.static Subject
SubjectFinder.findByIdentifier
(String id, String type, String source, boolean exceptionIfNull) Deprecated.static Subject
SubjectFinder.findByIdentifierAndSource
(String identifier, String source, boolean exceptionIfNull) Get a subject by a well-known identifier, and source.static Subject
SubjectFinder.findByIdentifierAndSource
(String identifier, String source, boolean ignoreCachedSubjects, boolean exceptionIfNull) Get a subject by a well-known identifier, and source.static Subject
SubjectFinder.findByIdentifierAndSourceIds
(String identifier, Set<String> sourceIds, boolean exceptionIfNull) Search within given sourcesstatic Subject
SubjectFinder.findByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull) find by id or identifierstatic Subject
SubjectFinder.findByIdOrIdentifier
(String idOrIdentifier, boolean ignoreCachedSubjects, boolean exceptionIfNull) find by id or identifierstatic Subject
SubjectFinder.findByIdOrIdentifierAndSource
(String idOrIdentifier, String source, boolean exceptionIfNull) find by id or identifierstatic Subject
SubjectFinder.findByIdOrIdentifierAndSource
(String idOrIdentifier, String source, boolean ignoreCachedSubjects, boolean exceptionIfNull) find by id or identifierstatic Subject
SubjectFinder.findByIdOrIdentifierAndSource
(String idOrIdentifier, Set<Source> sources, boolean exceptionIfNull) find by id or identifier in certain sourcesstatic Subject
SubjectFinder.findByIdorIdentifierAndSourceIds
(String idOrIdentifier, Set<String> sourceIds, boolean exceptionIfNull) Search within given sourcesstatic Subject
SubjectFinder.findByIdOrIdentifierOrBothAndSourceIds
(String type, String lookupId, Set<String> sourceIds, boolean exceptionIfNull) Search by type within given sources -
Uses of SubjectNotUniqueException in edu.internet2.middleware.grouper.subj
Methods in edu.internet2.middleware.grouper.subj that throw SubjectNotUniqueExceptionModifier and TypeMethodDescriptionCachingResolver.findByIdentifier
(String id) CachingResolver.findByIdentifier
(String id, boolean ignoreCachedSubjects) CachingResolver.findByIdentifier
(String id, String source) CachingResolver.findByIdentifier
(String id, String source, boolean ignoreCachedSubjects) SourcesXmlResolver.findByIdentifier
(String id) SourcesXmlResolver.findByIdentifier
(String id, boolean ignoreCachedSubjects) SourcesXmlResolver.findByIdentifier
(String id, String source) SourcesXmlResolver.findByIdentifier
(String id, String source, boolean ignoreCachedSubjects) SubjectResolver.findByIdentifier
(String id) SubjectResolver.findByIdentifier
(String id, boolean ignoreCachedSubjects) SubjectResolver.findByIdentifier
(String id, String source) SubjectResolver.findByIdentifier
(String id, String source, boolean ignoreCachedSubjects) ValidatingResolver.findByIdentifier
(String id) ValidatingResolver.findByIdentifier
(String id, boolean ignoreCachedSubjects) ValidatingResolver.findByIdentifier
(String id, String source) ValidatingResolver.findByIdentifier
(String id, String source, boolean ignoreCachedSubjects) CachingResolver.findByIdOrIdentifier
(String id) CachingResolver.findByIdOrIdentifier
(String id, boolean ignoreCachedSubjects) CachingResolver.findByIdOrIdentifier
(String id, String source) CachingResolver.findByIdOrIdentifier
(String id, String source, boolean ignoreCachedSubjects) SourcesXmlResolver.findByIdOrIdentifier
(String idOrIdentifier) SourcesXmlResolver.findByIdOrIdentifier
(String idOrIdentifier, boolean ignoreCachedSubjects) SourcesXmlResolver.findByIdOrIdentifier
(String id, String source) SourcesXmlResolver.findByIdOrIdentifier
(String id, String source, boolean ignoreCachedSubjects) SubjectResolver.findByIdOrIdentifier
(String id) SubjectResolver.findByIdOrIdentifier
(String id, boolean ignoreCachedSubjects) SubjectResolver.findByIdOrIdentifier
(String id, String source) SubjectResolver.findByIdOrIdentifier
(String id, String source, boolean ignoreCachedSubjects) ValidatingResolver.findByIdOrIdentifier
(String id) ValidatingResolver.findByIdOrIdentifier
(String id, boolean ignoreCachedSubjects) ValidatingResolver.findByIdOrIdentifier
(String id, String source) ValidatingResolver.findByIdOrIdentifier
(String id, String source, boolean ignoreCachedSubjects) -
Uses of SubjectNotUniqueException in edu.internet2.middleware.subject
Methods in edu.internet2.middleware.subject that throw SubjectNotUniqueExceptionModifier and TypeMethodDescriptionLazySource.getSubject
(String id) LazySource.getSubject
(String id, boolean exceptionIfNull) LazySource.getSubject
(String id, boolean exceptionIfNull, String realm) Source.getSubject
(String id) Deprecated.use the overload insteadSource.getSubject
(String id, boolean exceptionIfNull) Gets a Subject by its ID.Source.getSubject
(String id, boolean exceptionIfNull, String realm) Gets a Subject by its ID.LazySource.getSubjectByIdentifier
(String id) LazySource.getSubjectByIdentifier
(String id, boolean exceptionIfNull) LazySource.getSubjectByIdentifier
(String id, boolean exceptionIfNull, String realm) Source.getSubjectByIdentifier
(String id) Deprecated.use the overload insteadSource.getSubjectByIdentifier
(String id, boolean exceptionIfNull) Gets a Subject by other well-known identifiers, aside from the subject ID, for example, login ID.Source.getSubjectByIdentifier
(String id, boolean exceptionIfNull, String realm) Gets a Subject by other well-known identifiers, aside from the subject ID, for example, login ID.LazySource.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull) LazySource.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull, String realm) Source.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull) find by id or identifier.Source.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull, String realm) find by id or identifier. -
Uses of SubjectNotUniqueException in edu.internet2.middleware.subject.provider
Methods in edu.internet2.middleware.subject.provider that throw SubjectNotUniqueExceptionModifier and TypeMethodDescriptionprotected Attributes
JNDISourceAdapterLegacy.getLdapUnique
(Search search, String searchValue, String[] attributeNames) protected LdapEntry
LdapSourceAdapter.getLdapUnique
(Search search, String searchValue, String[] attributeNames) abstract Subject
BaseSourceAdapter.getSubject
(String id1) Deprecated.use the overload insteadBaseSourceAdapter.getSubject
(String id1, boolean exceptionIfNull) BaseSourceAdapter.getSubject
(String id1, boolean exceptionIfNull, String realm) JDBCSourceAdapter.getSubject
(String id1) Deprecated.JDBCSourceAdapter.getSubject
(String id1, boolean exceptionIfNull) Gets a Subject by its ID.JDBCSourceAdapter2.getSubject
(String id1, boolean exceptionIfNull) JDBCSourceAdapter2.getSubject
(String id1, boolean exceptionIfNull, String realm) JNDISourceAdapterLegacy.getSubject
(String id1) Deprecated.JNDISourceAdapterLegacy.getSubject
(String id1, boolean exceptionIfNull) LdapSourceAdapter.getSubject
(String id) Deprecated.LdapSourceAdapter.getSubject
(String id, boolean exceptionIfNull) Gets a Subject by its ID.NullSourceAdapter.getSubject
(String id1) Deprecated.abstract Subject
BaseSourceAdapter.getSubjectByIdentifier
(String id1) Deprecated.use the overload insteadBaseSourceAdapter.getSubjectByIdentifier
(String id1, boolean exceptionIfNull) note, you should implement this method since this implementation will become abstract at some pointBaseSourceAdapter.getSubjectByIdentifier
(String id1, boolean exceptionIfNull, String realm) JDBCSourceAdapter.getSubjectByIdentifier
(String id1) Deprecated.JDBCSourceAdapter.getSubjectByIdentifier
(String id1, boolean exceptionIfNull) JDBCSourceAdapter2.getSubjectByIdentifier
(String identifier, boolean exceptionIfNull) JDBCSourceAdapter2.getSubjectByIdentifier
(String identifier, boolean exceptionIfNull, String realm) JNDISourceAdapterLegacy.getSubjectByIdentifier
(String id1) Deprecated.JNDISourceAdapterLegacy.getSubjectByIdentifier
(String id1, boolean exceptionIfNull) LdapSourceAdapter.getSubjectByIdentifier
(String id) Deprecated.LdapSourceAdapter.getSubjectByIdentifier
(String id, boolean exceptionIfNull) note, you should implement this method since this implementation will become abstract at some pointNullSourceAdapter.getSubjectByIdentifier
(String id1) Deprecated.BaseSourceAdapter.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull) find by id or identifierBaseSourceAdapter.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull, String realm) JDBCSourceAdapter2.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull) JDBCSourceAdapter2.getSubjectByIdOrIdentifier
(String idOrIdentifier, boolean exceptionIfNull, String realm)