Uses of Class
edu.internet2.middleware.subject.SubjectType
Packages that use SubjectType
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 SubjectType in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return SubjectTypeModifier and TypeMethodDescriptionMember.getSubjectType()
Get theSubjectType
of the subject that maps to this member.RegistrySubject.getType()
Return this subject'sSubjectType
. -
Uses of SubjectType in edu.internet2.middleware.grouper.subj
Methods in edu.internet2.middleware.grouper.subj that return SubjectType -
Uses of SubjectType in edu.internet2.middleware.subject
Methods in edu.internet2.middleware.subject that return SubjectTypeMethods in edu.internet2.middleware.subject that return types with arguments of type SubjectTypeModifier and TypeMethodDescriptionLazySource.getSubjectTypes()
Source.getSubjectTypes()
Gets the SubjectTypes supported by this source. -
Uses of SubjectType in edu.internet2.middleware.subject.provider
Subclasses of SubjectType in edu.internet2.middleware.subject.providerModifier and TypeClassDescriptionclass
SubjectType enum for person, group, and organization.Fields in edu.internet2.middleware.subject.provider declared as SubjectTypeFields in edu.internet2.middleware.subject.provider with type parameters of type SubjectTypeModifier and TypeFieldDescriptionprotected static final List<SubjectType>
SubjectTypeEnum.PRIVATE_VALUES
protected Set<SubjectType>
BaseSourceAdapter.types
static final List<SubjectType>
SubjectTypeEnum.VALUES
Methods in edu.internet2.middleware.subject.provider that return SubjectTypeModifier and TypeMethodDescriptionBaseSourceAdapter.getSubjectType()
SubjectImpl.getType()
Gets this Subject's type.static SubjectType
Factory method for returning instance of datatype from the pool of valid objects.Methods in edu.internet2.middleware.subject.provider that return types with arguments of type SubjectTypeModifier and TypeMethodDescriptionBaseSourceAdapter.getSubjectTypes()
Gets the SubjectTypes supported by this source.NullSourceAdapter.getSubjectTypes()
Methods in edu.internet2.middleware.subject.provider with parameters of type SubjectTypeModifier and TypeMethodDescriptionSourceManager.getSources
(SubjectType type) Returns a Collection of Sources that supports the argument SubjectType.