| Constructor and Description |
|---|
LDAPEntry(com.unboundid.ldap.sdk.ReadOnlyEntry entry)
Creates a new LDAP entry.
|
LDAPEntry(com.unboundid.ldap.sdk.ReadOnlyEntry entry,
LDAPWriteStrategy writeStrategy)
Creates a new LDAP entry with optional write strategy.
|
| Modifier and Type | Method and Description |
|---|---|
com.unboundid.ldap.sdk.ReadOnlyEntry |
getEntry()
Returns the LDAP entry.
|
LDAPWriteStrategy |
getWriteStrategy()
Returns the write strategy for the entry.
|
public LDAPEntry(com.unboundid.ldap.sdk.ReadOnlyEntry entry)
entry - The LDAP entry consisting of DN and attributes. Must
not be null.public LDAPEntry(com.unboundid.ldap.sdk.ReadOnlyEntry entry, LDAPWriteStrategy writeStrategy)
entry - The LDAP entry consisting of DN and
attributes. Must not be null.writeStrategy - Write strategy for the entry, null if
not specified.public com.unboundid.ldap.sdk.ReadOnlyEntry getEntry()
public LDAPWriteStrategy getWriteStrategy()
null if not specified.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.