@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public final class SearchResultEntry extends Entry
Entry.RemoveOnceEntryIsMigrated
Constructor and Description |
---|
SearchResultEntry(Entry entry)
Creates a new search result entry based on the provided entry.
|
SearchResultEntry(Entry entry,
List<Control> controls)
Creates a new search result entry based on the provided entry.
|
Modifier and Type | Method and Description |
---|---|
List<Control> |
getControls()
Retrieves the set of controls to include with this search result entry when it is sent to the client.
|
addAttribute, addAttribute, addAttribute, clearAttributes, containsAttribute, containsAttribute, equals, filterEntry, getAllAttributes, getAllAttributes, getAllAttributes, getAttribute, getAttribute, getAttributeCount, getName, getOperationalAttributes, getSuppressedAttributes, getUserAttributes, hasAttribute, hasAttribute, hashCode, hasOperationalAttribute, parseAttribute, parseAttribute, processVirtualAttributes, removeAttribute, removeAttribute, replaceAttribute, setName, shallowCopyOfEntry, toString
public SearchResultEntry(Entry entry)
entry
- The entry to use to create this search result entry.public SearchResultEntry(Entry entry, List<Control> controls)
entry
- The entry to use to create this search result entry.controls
- The set of controls to return to the client with this entry.public List<Control> getControls()
Copyright 2010-2018 ForgeRock AS.