| Package | Description |
|---|---|
| pro.taskana.common.rest | |
| pro.taskana.common.rest.ldap |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>> |
AccessIdController.getGroupsByAccessId(String accessId) |
org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>> |
AccessIdController.validateAccessIds(String searchFor) |
| Modifier and Type | Method and Description |
|---|---|
AccessIdRepresentationModel |
LdapClient.searchGroupByDn(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AccessIdRepresentationModel> |
LdapClient.searchGroupsByName(String name) |
List<AccessIdRepresentationModel> |
LdapClient.searchGroupsofUsersIsMember(String name) |
List<AccessIdRepresentationModel> |
LdapClient.searchUsersAndGroups(String name)
Search LDAP for matching users or groups.
|
List<AccessIdRepresentationModel> |
LdapClient.searchUsersByName(String name) |
Copyright © 2020. All rights reserved.