Uses of Class
edu.internet2.middleware.subject.SubjectNotFoundException
Packages that use SubjectNotFoundException
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
beans/simpleMembershipUpdate are beans for the simpleMembershipUpdate module
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 xml classes (e.g. export/import)
-
Uses of SubjectNotFoundException in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that throw SubjectNotFoundExceptionModifier and TypeMethodDescriptionstatic SubjectDeprecated.static SubjectSearch within all configured sources for subject with identified by id.static SubjectSearch within all configured sources for subject with identified by id.static SubjectDeprecated.static SubjectDeprecated.since type is no longer an identifier... just use id or id/sourcestatic SubjectDeprecated.static SubjectDeprecated.static SubjectSubjectFinder.findByIdAndSource(String id, String source, boolean exceptionIfNull) Search within all configured sources for subject with identified by id.static SubjectSubjectFinder.findByIdAndSource(String id, String source, boolean ignoreCachedSubjects, boolean exceptionIfNull) Search within all configured sources for subject with identified by id.static SubjectSubjectFinder.findByIdAndSourceIds(String id, Set<String> sourceIds, boolean exceptionIfNull) Search within given sourcesstatic SubjectSubjectFinder.findByIdentifier(String id) Deprecated.static SubjectSubjectFinder.findByIdentifier(String id, boolean exceptionIfNotFound) Get a subject by a well-known identifier.static SubjectSubjectFinder.findByIdentifier(String id, boolean ignoreCachedSubjects, boolean exceptionIfNotFound) Get a subject by a well-known identifier.static SubjectSubjectFinder.findByIdentifier(String id, String type) Deprecated.static SubjectSubjectFinder.findByIdentifier(String id, String type, boolean exceptionIfNull) Deprecated.use id or id/sourcestatic SubjectSubjectFinder.findByIdentifier(String id, String type, String source) Deprecated.static SubjectSubjectFinder.findByIdentifier(String id, String type, String source, boolean exceptionIfNull) Deprecated.static SubjectSubjectFinder.findByIdentifierAndSource(String identifier, String source, boolean exceptionIfNull) Get a subject by a well-known identifier, and source.static SubjectSubjectFinder.findByIdentifierAndSource(String identifier, String source, boolean ignoreCachedSubjects, boolean exceptionIfNull) Get a subject by a well-known identifier, and source.static SubjectSubjectFinder.findByIdentifierAndSourceIds(String identifier, Set<String> sourceIds, boolean exceptionIfNull) Search within given sourcesstatic SubjectSubjectFinder.findByIdOrIdentifier(String idOrIdentifier, boolean exceptionIfNull) find by id or identifierstatic SubjectSubjectFinder.findByIdOrIdentifier(String idOrIdentifier, boolean ignoreCachedSubjects, boolean exceptionIfNull) find by id or identifierstatic SubjectSubjectFinder.findByIdOrIdentifierAndSource(String idOrIdentifier, String source, boolean exceptionIfNull) find by id or identifierstatic SubjectSubjectFinder.findByIdOrIdentifierAndSource(String idOrIdentifier, String source, boolean ignoreCachedSubjects, boolean exceptionIfNull) find by id or identifierstatic SubjectSubjectFinder.findByIdOrIdentifierAndSource(String idOrIdentifier, Set<Source> sources, boolean exceptionIfNull) find by id or identifier in certain sourcesstatic SubjectSubjectFinder.findByIdorIdentifierAndSourceIds(String idOrIdentifier, Set<String> sourceIds, boolean exceptionIfNull) Search within given sourcesstatic SubjectSubjectFinder.findByIdOrIdentifierOrBothAndSourceIds(String type, String lookupId, Set<String> sourceIds, boolean exceptionIfNull) Search by type within given sourcesGroup.getCreateSubject()Get subject that created this group.Stem.getCreateSubject()Get subject that created this stem.Group.getModifySubject()Get subject that last modified this group.Stem.getModifySubject()Get subject that last modified this stem.GrouperSourceAdapter.getSubject(String id) Deprecated.GrouperSourceAdapter.getSubject(String id, boolean exceptionIfNotFound) Get aGroupsubject by UUID.Member.getSubject()GetSubjectthat maps to this member.GrouperSourceAdapter.getSubjectByIdentifier(String name) Deprecated.GrouperSourceAdapter.getSubjectByIdentifier(String name, boolean exceptionIfNull) Gets aGroupsubject by its name. -
Uses of SubjectNotFoundException in edu.internet2.middleware.grouper.grouperUi.beans.simpleMembershipUpdate
Constructors in edu.internet2.middleware.grouper.grouperUi.beans.simpleMembershipUpdate that throw SubjectNotFoundExceptionModifierConstructorDescriptionImportSubjectWrapper(int theRow, String theSourceId, String theSubjectId, String subjectIdentifier, String theSubjectIdOrIdentifier, org.apache.commons.csv.CSVRecord theRowData) -
Uses of SubjectNotFoundException in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that throw SubjectNotFoundExceptionModifier and TypeMethodDescriptionDeprecated. -
Uses of SubjectNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw SubjectNotFoundExceptionModifier and TypeMethodDescriptionDeprecated. -
Uses of SubjectNotFoundException in edu.internet2.middleware.grouper.subj
Methods in edu.internet2.middleware.grouper.subj that throw SubjectNotFoundExceptionModifier 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) GrouperDataFieldSourceAdapter.getSubject(String subjectId) InternalSourceAdapter.getSubject(String id) Deprecated.InternalSourceAdapter.getSubject(String id, boolean exceptionIfNull) Gets a Subject by its ID.GrouperDataFieldSourceAdapter.getSubjectByIdentifier(String identifier) InternalSourceAdapter.getSubjectByIdentifier(String id) Deprecated.InternalSourceAdapter.getSubjectByIdentifier(String id, boolean exceptionIfNull) Gets a Subject by other well-known identifiers, aside from the subject ID. -
Uses of SubjectNotFoundException in edu.internet2.middleware.grouper.ui.util
Methods in edu.internet2.middleware.grouper.ui.util that throw SubjectNotFoundExceptionModifier and TypeMethodDescriptionstatic SubjectGrouperUiUtils.findSubject(String searchString, boolean exceptionIfNotFound) find a subject based on search string. -
Uses of SubjectNotFoundException in edu.internet2.middleware.grouper.xml
Methods in edu.internet2.middleware.grouper.xml that throw SubjectNotFoundExceptionModifier and TypeMethodDescriptionXmlExporter.internal_membershipToXML(Membership ms) Return a String containing a Membership as XML. -
Uses of SubjectNotFoundException in edu.internet2.middleware.subject
Methods in edu.internet2.middleware.subject that throw SubjectNotFoundExceptionModifier 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 SubjectNotFoundException in edu.internet2.middleware.subject.provider
Methods in edu.internet2.middleware.subject.provider that throw SubjectNotFoundExceptionModifier and TypeMethodDescriptionprotected AttributesJNDISourceAdapterLegacy.getLdapUnique(Search search, String searchValue, String[] attributeNames) protected LdapEntryLdapSourceAdapter.getLdapUnique(Search search, String searchValue, String[] attributeNames) abstract SubjectBaseSourceAdapter.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.NullSourceAdapter.getSubject(String id1, boolean exceptionIfNull) abstract SubjectBaseSourceAdapter.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.NullSourceAdapter.getSubjectByIdentifier(String id1, boolean exceptionIfNull) 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)