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() |
updateLdapAttribute
public 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 LdapObjects
public java.lang.String getRDn()
getRDn
in class LdapObjects
public java.lang.String getRDnValue()
public org.apache.directory.api.ldap.model.entry.Entry getLdapEntry() throws ServerFault
getLdapEntry
in class LdapObjects
ServerFault
public org.apache.directory.api.ldap.model.message.ModifyRequest getModifyRequest(org.apache.directory.api.ldap.model.entry.Entry currentEntry) throws ServerFault
getModifyRequest
in class LdapObjects
ServerFault
Copyright © 2021. All Rights Reserved.