@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public final class SearchResultEntry extends Entry
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, addAttribute, addObjectClass, applyModification, applyModification, applyModifications, conformsToSchema, decode, duplicate, duplicateWithVirtualAttributes, encode, equals, filterEntry, getAliasedDN, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAttachment, getAttribute, getAttribute, getAttribute, getAttribute, getAttributes, getName, getObjectClassAttribute, getObjectClasses, getOperationalAttribute, getOperationalAttribute, getOperationalAttributes, getProtocolElementName, getReferralURLs, getStructuralObjectClass, getUserAttribute, getUserAttributes, hasAttribute, hasAttribute, hashCode, hasObjectClass, hasOperationalAttribute, hasValue, hasValue, incrementAttribute, isAlias, isCollectiveAttributeSubentry, isInheritedCollectiveAttributeSubentry, isInheritedFromDNCollectiveAttributeSubentry, isInheritedFromRDNCollectiveAttributeSubentry, isLDAPSubentry, isPasswordPolicySubentry, isReferral, isSubentry, matchesBaseAndScope, parseAttribute, processVirtualAttributes, putAttribute, removeAttribute, removeAttribute, removeAttribute, replaceAttribute, setAttachment, setDN, toLDIF, toLDIF, toLDIFString, toSingleLineString, 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–2017 ForgeRock AS. All rights reserved.