Uses of Class
pro.taskana.common.rest.models.AccessIdRepresentationModel
Packages that use AccessIdRepresentationModel
-
Uses of AccessIdRepresentationModel in pro.taskana.common.rest
Methods in pro.taskana.common.rest that return types with arguments of type AccessIdRepresentationModelModifier and TypeMethodDescriptionorg.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.getPermissionsByAccessId(String accessId) This endpoint retrieves all permissions a given Access Id belongs to.org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>>AccessIdController.searchUsersAndGroupsAndPermissions(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 AccessIdRepresentationModelMethods in pro.taskana.common.rest.ldap that return types with arguments of type AccessIdRepresentationModelModifier and TypeMethodDescriptionLdapClient.getUsersByAccessId(String accessId) LdapClient.searchGroupsAccessIdIsMemberOf(String accessId) LdapClient.searchGroupsByName(String name) LdapClient.searchPermissionsAccessIdHas(String accessId) LdapClient.searchPermissionsByName(String name) LdapClient.searchUsersAndGroupsAndPermissions(String name) Search LDAP for matching users or groups or permissions.LdapClient.searchUsersByNameOrAccessId(String name) LdapClient.searchUsersByNameOrAccessIdInUserRole(String nameOrAccessId)