public class LdapSyncDto extends Object
| Constructor and Description |
|---|
LdapSyncDto() |
| Modifier and Type | Method and Description |
|---|---|
Set<LdapGroupDto> |
getGroups()
Get the LDAP groups.
|
Set<LdapUserDto> |
getUsers()
Get the LDAP users.
|
void |
setGroups(Set<LdapGroupDto> groups)
Set the LDAP groups.
|
void |
setUsers(Set<LdapUserDto> users)
Set the LDAP users.
|
public Set<LdapGroupDto> getGroups()
public void setGroups(Set<LdapGroupDto> groups)
groups - the LDAP groupspublic Set<LdapUserDto> getUsers()
public void setUsers(Set<LdapUserDto> users)
users - the LDAP usersCopyright © 2022 Apache Software Foundation. All rights reserved.