public class LdapGroupDto extends Object
Constructor and Description |
---|
LdapGroupDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroupName()
Get the group name.
|
Set<String> |
getMemberAttributes()
Get the member attributes.
|
int |
hashCode() |
boolean |
isSynced()
Get the synced flag.
|
void |
setGroupName(String groupName)
Set the group name.
|
void |
setMemberAttributes(Set<String> memberAttributes)
Set the member attributes.
|
void |
setSynced(boolean synced)
Set the synced flag
|
public String getGroupName()
public void setGroupName(String groupName)
groupName
- the group namepublic Set<String> getMemberAttributes()
public void setMemberAttributes(Set<String> memberAttributes)
memberAttributes
- the member attributespublic boolean isSynced()
public void setSynced(boolean synced)
synced
- the synced flagCopyright © 2022 Apache Software Foundation. All rights reserved.