public class DomainDirectoryUser extends LdapObjects
| Modifier and Type | Field and Description | 
|---|---|
static java.util.List<java.lang.String> | 
ldapAttrsStringsValues  | 
| Constructor and Description | 
|---|
DomainDirectoryUser(ItemValue<Domain> domain,
                   java.util.Optional<java.lang.Integer> passwordLifetime,
                   ItemValue<User> user)  | 
DomainDirectoryUser(ItemValue<Domain> domain,
                   java.util.Optional<java.lang.Integer> passwordLifetime,
                   ItemValue<User> user,
                   byte[] userPhoto)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDn()  | 
org.apache.directory.api.ldap.model.entry.Entry | 
getLdapEntry()  | 
org.apache.directory.api.ldap.model.message.ModifyRequest | 
getModifyRequest(org.apache.directory.api.ldap.model.entry.Entry currentEntry)  | 
java.lang.String | 
getRDn()  | 
java.lang.String | 
getRDnValue()  | 
updateLdapAttributepublic static final java.util.List<java.lang.String> ldapAttrsStringsValues
public DomainDirectoryUser(ItemValue<Domain> domain, java.util.Optional<java.lang.Integer> passwordLifetime, ItemValue<User> user, byte[] userPhoto)
public java.lang.String getDn()
getDn in class LdapObjectspublic java.lang.String getRDn()
getRDn in class LdapObjectspublic java.lang.String getRDnValue()
public org.apache.directory.api.ldap.model.entry.Entry getLdapEntry()
                                                             throws ServerFault
getLdapEntry in class LdapObjectsServerFaultpublic org.apache.directory.api.ldap.model.message.ModifyRequest getModifyRequest(org.apache.directory.api.ldap.model.entry.Entry currentEntry)
                                                                           throws ServerFault
getModifyRequest in class LdapObjectsServerFaultCopyright © 2023. All Rights Reserved.