Uses of Class
org.graylog2.rest.models.users.responses.UserSummary
Packages that use UserSummary
Package
Description
-
Uses of UserSummary in org.graylog2.rest.models.roles.responses
Methods in org.graylog2.rest.models.roles.responses that return types with arguments of type UserSummaryModifier and TypeMethodDescriptionabstract @NotNull Collection<UserSummary>RoleMembershipResponse.users()Method parameters in org.graylog2.rest.models.roles.responses with type arguments of type UserSummaryModifier and TypeMethodDescriptionstatic RoleMembershipResponseRoleMembershipResponse.create(@NotBlank String roleName, @NotNull Collection<UserSummary> users) -
Uses of UserSummary in org.graylog2.rest.models.users.responses
Methods in org.graylog2.rest.models.users.responses that return UserSummaryModifier and TypeMethodDescriptionstatic UserSummaryUserSummary.create(String id, String username, String email, String firstName, String lastName, String fullName, List<org.apache.shiro.authz.permission.WildcardPermission> permissions, List<GRNPermission> grnPermissions, Map<String, Object> preferences, String timezone, Long sessionTimeoutMs, boolean readOnly, boolean external, Startpage startpage, Set<String> roles, boolean sessionActive, Date lastActivity, String clientAddress, User.AccountStatus accountStatus, Boolean isServiceAccount) Methods in org.graylog2.rest.models.users.responses that return types with arguments of type UserSummaryMethod parameters in org.graylog2.rest.models.users.responses with type arguments of type UserSummary -
Uses of UserSummary in org.graylog2.rest.resources.users
Methods in org.graylog2.rest.resources.users that return UserSummaryModifier and TypeMethodDescriptionUsersResource.get(String username, UserContext userContext) Deprecated.UsersResource.getbyId(String userId, UserContext userContext)