Package | Description |
---|---|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
com.sun.identity.sm.flatfile | |
com.sun.identity.sm.jaxrpc | |
com.sun.identity.sm.ldap |
Provides Classes for Creating, Reading, Updating, Deleting and Listing
Core Tokens.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SMSDataEntry> |
ServiceManagementDAOWrapper.search(SSOToken token,
String dn,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> exclude) |
Iterator<SMSDataEntry> |
ServiceManagementDAO.search(SSOToken token,
String dn,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> exclude)
Returns the DNs and its attribute values that match the filter.
|
abstract Iterator<SMSDataEntry> |
SMSObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> excludes)
Searchs the data store for objects that match the filter
|
Modifier and Type | Method and Description |
---|---|
Iterator<SMSDataEntry> |
SMSFlatFileObjectBase.search(SSOToken token,
String objName,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes)
Search for a config object with the given filter.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SMSDataEntry> |
SMSJAXRPCObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes)
Searches the data store for objects that match the filter
|
Modifier and Type | Method and Description |
---|---|
SMSDataEntry |
SearchResultIterator.next() |
SMSDataEntry |
EmbeddedSearchResultIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<SMSDataEntry> |
SMSEmbeddedLdapObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set excludes) |
Iterator<SMSDataEntry> |
SMSLdapObject.search(SSOToken token,
String startDN,
String filter,
int numOfEntries,
int timeLimit,
boolean sortResults,
boolean ascendingOrder,
Set<String> excludes)
Returns LDAP entries that match the filter, using the start DN provided
in method
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.