public class MergeAttributeEntryHandler extends AbstractSearchEntryHandler
logger
Constructor and Description |
---|
MergeAttributeEntryHandler() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAttributeNames()
Returns the attribute names.
|
String |
getMergeAttributeName()
Returns the merge attribute name.
|
protected void |
handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry.
|
int |
hashCode() |
void |
setAttributeNames(String... names)
Sets the attribute names.
|
void |
setMergeAttributeName(String name)
Sets the merge attribute name.
|
String |
toString() |
equals, handle, handleAttribute, handleAttributeName, handleAttributeValue, handleAttributeValue, handleDn, initializeRequest
public String getMergeAttributeName()
public void setMergeAttributeName(String name)
name
- of the merge attributepublic String[] getAttributeNames()
public void setAttributeNames(String... names)
names
- of the attributesprotected void handleAttributes(Connection conn, SearchRequest request, SearchEntry entry) throws LdapException
AbstractSearchEntryHandler
handleAttributes
in class AbstractSearchEntryHandler
conn
- the search was performed onrequest
- used to find the search entryentry
- search entry to extract the attributes fromLdapException
- if the LDAP returns an errorpublic int hashCode()
hashCode
in class AbstractSearchEntryHandler
Copyright © 2024. All rights reserved.