|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.subject.provider.BaseSourceAdapter
edu.internet2.middleware.grouper.GrouperSourceAdapter
edu.internet2.middleware.grouper.entity.EntitySourceAdapter
public class EntitySourceAdapter
Source adapter for Entities
Field Summary |
---|
Fields inherited from class edu.internet2.middleware.grouper.GrouperSourceAdapter |
---|
failOnSearchForTesting |
Constructor Summary | |
---|---|
EntitySourceAdapter()
|
Method Summary | |
---|---|
static java.lang.String |
entitySourceId()
return the entity source id |
java.util.Set |
getSubjectTypes()
Gets the SubjectTypes supported by this source. |
static EntitySourceAdapter |
instance()
instance |
java.util.Set<TypeOfGroup> |
typeOfGroups()
type of groups to search on |
Methods inherited from class edu.internet2.middleware.grouper.GrouperSourceAdapter |
---|
checkConfig, clearSearchForGroupsWithReadPrivilege, getMaxPage, getSubject, getSubject, getSubjectByIdentifier, getSubjectByIdentifier, getSubjectIdentifierAttributes, getSubjectsByIdentifiers, getSubjectsByIds, groupSourceId, init, internal_getSessionOrRootForSubjectFinder, printConfig, search, searchForGroupsWithReadPrivilege, searchForGroupsWithReadPrivilege, searchPage |
Methods inherited from class edu.internet2.middleware.subject.provider.BaseSourceAdapter |
---|
addAttribute, addInitParam, addInternalAttribute, addSubjectType, equals, getId, getInitParam, getInternalAttributes, getName, getSearchAttributes, getSortAttributes, getSubject, getSubjectByIdentifier, getSubjectByIdOrIdentifier, getSubjectByIdOrIdentifier, getSubjectsByIdentifiers, getSubjectsByIds, getSubjectsByIdsOrIdentifiers, getSubjectsByIdsOrIdentifiers, getSubjectStatusConfig, getSubjectType, hashCode, initParams, loadSearch, removeInitParam, resultSetLimit, search, searchPage, setId, setName, setSearchAttributes, setSortAttributes, setSubjectIdentifierAttributes |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntitySourceAdapter()
Method Detail |
---|
public static java.lang.String entitySourceId()
public java.util.Set<TypeOfGroup> typeOfGroups()
typeOfGroups
in class GrouperSourceAdapter
public java.util.Set getSubjectTypes()
SourceAdapter sa = new GrouperSourceAdapter(); Set types = sa.getSubjectTypes();
getSubjectTypes
in interface edu.internet2.middleware.subject.Source
getSubjectTypes
in class GrouperSourceAdapter
public static EntitySourceAdapter instance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |