Uses of Class
edu.internet2.middleware.subject.provider.Search
Packages that use Search
-
Uses of Search in edu.internet2.middleware.subject.provider
Fields in edu.internet2.middleware.subject.provider with type parameters of type SearchModifier and TypeFieldDescriptionBaseSourceAdapter.searches
The three different kinds of searches:Methods in edu.internet2.middleware.subject.provider that return SearchMethods in edu.internet2.middleware.subject.provider that return types with arguments of type SearchMethods in edu.internet2.middleware.subject.provider with parameters of type SearchModifier and TypeMethodDescriptionprotected NamingEnumeration
JNDISourceAdapterLegacy.getLdapResults
(Search search, String searchValue, String[] attributeNames) protected NamingEnumeration
JNDISourceAdapterLegacy.getLdapResults
(Search search, String searchValue, String[] attributeNames, boolean firstPageOnly) LdapSourceAdapter.getLdapResults
(Search search, String searchValue, String[] attributeNames) protected Attributes
JNDISourceAdapterLegacy.getLdapUnique
(Search search, String searchValue, String[] attributeNames) protected LdapEntry
LdapSourceAdapter.getLdapUnique
(Search search, String searchValue, String[] attributeNames) protected ResultSet
JDBCSourceAdapter.getSqlResults
(String searchValue, PreparedStatement stmt, Search search) Set the parameters in the prepared statement and execute the query.void
BaseSourceAdapter.loadSearch
(Search search) protected PreparedStatement
JDBCSourceAdapter.prepareStatement
(Search search, Connection conn, boolean searchAll, boolean firstPageOnly) Prepare a statement handle from the search object.Method parameters in edu.internet2.middleware.subject.provider with type arguments of type SearchModifier and TypeMethodDescriptionprotected void
BaseSourceAdapter.setSearches
(HashMap<String, Search> searches1)