Class JNDISourceAdapter
java.lang.Object
edu.internet2.middleware.subject.provider.BaseSourceAdapter
edu.internet2.middleware.subject.provider.LdapSourceAdapter
edu.internet2.middleware.subject.provider.JNDISourceAdapter
- All Implemented Interfaces:
Source
JNDI Source. This is the legacy classname which will use the new code in LdapSourceAdapter.
If you want to use the legacy code, configure for edu.internet2.middleware.subject.provider.JNDISourceAdapterLegacy
-
Field Summary
Fields inherited from class edu.internet2.middleware.subject.provider.LdapSourceAdapter
subjectIDAttributeName, subjectIDFormatToLowerCase
Fields inherited from class edu.internet2.middleware.subject.provider.BaseSourceAdapter
attributes, descriptionAttributeName, id, internalAttributes, name, nameAttributeName, params, searchAttributes, searches, sortAttributes, subjectIdentifierAttributes, subjectIdentifierAttributesAll, type, types
-
Constructor Summary
-
Method Summary
Methods inherited from class edu.internet2.middleware.subject.provider.LdapSourceAdapter
checkConfig, createSubject, escapeSearchFilter, getAllAttributes, getLdapResults, getLdapUnique, getMaxPage, getNeededProperty, getSubject, getSubject, getSubjectByIdentifier, getSubjectByIdentifier, init, loggingStart, loggingStop, printConfig, search, searchPage, setMultipleResults, toArray
Methods inherited from class edu.internet2.middleware.subject.provider.BaseSourceAdapter
addAttribute, addInitParam, addInternalAttribute, addSubjectType, attributeNameToViewerGroupName, convertSourceAttributeToSubjectAttribute, convertSubjectAttributeToSourceAttribute, createSubject, equals, exportLabelToAttributeName, getAttributes, getConfigId, getId, getInitParam, getInternalAttributes, getName, getSearch, getSearchAttributes, getSearches, getSortAttributes, getSourceAttributesToLowerCase, getSubject, getSubjectByIdentifier, getSubjectByIdOrIdentifier, getSubjectByIdOrIdentifier, getSubjectIdentifierAttributes, getSubjectIdentifierAttributesAll, getSubjectsByIdentifiers, getSubjectsByIdentifiers, getSubjectsByIds, getSubjectsByIds, getSubjectsByIdsOrIdentifiers, getSubjectsByIdsOrIdentifiers, getSubjectStatusConfig, getSubjectType, getSubjectTypes, hashCode, initParams, isEditable, isEnabled, loadSearch, removeInitParam, resultSetLimit, retrieveAllSubjectIds, search, searchPage, setConfigId, setId, setName, setSearchAttributes, setSearches, setSortAttributes, setSubjectIdentifierAttributes, setSubjectIdentifierAttributesAll, virtualAttributesForSource, virtualAttributesForSourceLegacy, virtualAttributeVariablesForSourceLegacy
-
Constructor Details
-
JNDISourceAdapter
public JNDISourceAdapter() -
JNDISourceAdapter
- Parameters:
id
-name
-
-