public class LdapUserDto extends Object
Constructor and Description |
---|
LdapUserDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDn()
Get the DN.
|
String |
getUid()
Get the UID.
|
String |
getUserName()
Get the user name.
|
int |
hashCode() |
boolean |
isSynced()
Get the synced flag.
|
void |
setDn(String dn)
Set the DN.
|
void |
setSynced(boolean synced)
Set the synced flag
|
void |
setUid(String uid)
Set the UID.
|
void |
setUserName(String userName)
Set the user name.
|
public String getUserName()
public void setUserName(String userName)
userName
- the user namepublic boolean isSynced()
public void setSynced(boolean synced)
synced
- the synced flagpublic String getUid()
public void setUid(String uid)
uid
- the UIDpublic String getDn()
public void setDn(String dn)
dn
- the DNCopyright © 2022 Apache Software Foundation. All rights reserved.