Uses of Class
org.graylog2.rest.models.users.requests.Startpage
Packages that use Startpage
Package
Description
-
Uses of Startpage in org.graylog2.plugin.database.users
Methods in org.graylog2.plugin.database.users that return StartpageMethods in org.graylog2.plugin.database.users with parameters of type Startpage -
Uses of Startpage in org.graylog2.rest.models.users.requests
Methods in org.graylog2.rest.models.users.requests that return StartpageModifier and TypeMethodDescriptionstatic Startpageabstract StartpageCreateUserRequest.startpage()Methods in org.graylog2.rest.models.users.requests with parameters of type StartpageModifier 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 Startpage in org.graylog2.rest.models.users.responses
Methods in org.graylog2.rest.models.users.responses that return StartpageMethods in org.graylog2.rest.models.users.responses with parameters of type StartpageModifier 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) -
Uses of Startpage in org.graylog2.users
Methods in org.graylog2.users that return StartpageMethods in org.graylog2.users with parameters of type Startpage