Uses of Class
org.graylog2.rest.models.users.requests.CreateUserRequest
Packages that use CreateUserRequest
-
Uses of CreateUserRequest in org.graylog2.rest.models.users.requests
Methods in org.graylog2.rest.models.users.requests that return CreateUserRequestModifier and TypeMethodDescriptionstatic CreateUserRequestCreateUserRequest.create(@NotEmpty String username, @NotEmpty String password, @Email String email, @NotEmpty String firstName, @NotEmpty String lastName, @NotNull List<String> permissions, String timezone, @Min(1L) Long sessionTimeoutMs, Startpage startpage, List<String> roles, Boolean isServiceAccount) -
Uses of CreateUserRequest in org.graylog2.rest.resources.users
Methods in org.graylog2.rest.resources.users with parameters of type CreateUserRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseUsersResource.create(@Valid @NotNull CreateUserRequest cr)