| 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.searchAccessIdByDn(String dn) |
| Modifier and Type | Method and Description |
|---|---|
List<AccessIdRepresentationModel> |
LdapClient.getUsersByAccessId(String accessId) |
List<AccessIdRepresentationModel> |
LdapClient.searchGroupsAccessIdIsMemberOf(String accessId) |
List<AccessIdRepresentationModel> |
LdapClient.searchGroupsByName(String name) |
List<AccessIdRepresentationModel> |
LdapClient.searchUsersAndGroups(String name)
Search LDAP for matching users or groups.
|
List<AccessIdRepresentationModel> |
LdapClient.searchUsersByNameOrAccessId(String name) |
Copyright © 2020. All rights reserved.