Uses of Class
org.graylog2.users.UserOverviewDTO
Packages that use UserOverviewDTO
Package
Description
-
Uses of UserOverviewDTO in org.graylog.security.authservice.rest
Methods in org.graylog.security.authservice.rest that return types with arguments of type UserOverviewDTO -
Uses of UserOverviewDTO in org.graylog.security.authzroles
Methods in org.graylog.security.authzroles that return types with arguments of type UserOverviewDTOModifier and TypeMethodDescriptionAuthzRolesResource.getUsersForRole(@NotEmpty String roleId, int page, int perPage, String query, String sort, String order) -
Uses of UserOverviewDTO in org.graylog2.rest.resources.users
Methods in org.graylog2.rest.resources.users that return types with arguments of type UserOverviewDTOModifier and TypeMethodDescription -
Uses of UserOverviewDTO in org.graylog2.users
Methods in org.graylog2.users that return UserOverviewDTOMethods in org.graylog2.users that return types with arguments of type UserOverviewDTOModifier and TypeMethodDescriptionPaginatedUserService.findPaginated(SearchQuery searchQuery, int page, int perPage, String sortField, String order) PaginatedUserService.findPaginatedByAuthServiceBackend(SearchQuery searchQuery, int page, int perPage, String sortField, String order, String authServiceBackendId) PaginatedUserService.findPaginatedByRole(SearchQuery searchQuery, int page, int perPage, String sortField, String order, Set<String> roleIds) PaginatedUserService.findPaginatedByUserId(SearchQuery searchQuery, int page, int perPage, String sortField, String order, Set<String> userIds)