Uses of Class
pro.taskana.common.rest.models.AccessIdRepresentationModel
-
Packages that use AccessIdRepresentationModel Package Description pro.taskana.common.rest pro.taskana.common.rest.ldap -
-
Uses of AccessIdRepresentationModel in pro.taskana.common.rest
Methods in pro.taskana.common.rest that return types with arguments of type AccessIdRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>>AccessIdController. getGroupsByAccessId(String accessId)This endpoint retrieves all groups a given Access Id belongs to.org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>>AccessIdController. searchUsersAndGroups(String searchFor)This endpoint searches a provided access Id in the configured ldap.org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>>AccessIdController. searchUsersByNameOrAccessIdForRole(String nameOrAccessId, String role)This endpoint searches AccessIds for a provided name or Access Id. -
Uses of AccessIdRepresentationModel in pro.taskana.common.rest.ldap
Methods in pro.taskana.common.rest.ldap that return AccessIdRepresentationModel Modifier and Type Method Description AccessIdRepresentationModelLdapClient. searchAccessIdByDn(String dn)Methods in pro.taskana.common.rest.ldap that return types with arguments of type AccessIdRepresentationModel Modifier and Type Method 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)List<AccessIdRepresentationModel>LdapClient. searchUsersByNameOrAccessIdInUserRole(String nameOrAccessId)
-