Uses of Enum Class
org.graylog2.plugin.database.users.User.AccountStatus
Packages that use User.AccountStatus
Package
Description
-
Uses of User.AccountStatus in org.graylog2.plugin.database.users
Methods in org.graylog2.plugin.database.users that return User.AccountStatusModifier and TypeMethodDescriptionUser.getAccountStatus()static User.AccountStatusReturns the enum constant of this class with the specified name.static User.AccountStatus[]User.AccountStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.plugin.database.users with parameters of type User.AccountStatus -
Uses of User.AccountStatus in org.graylog2.rest.models.users.responses
Methods in org.graylog2.rest.models.users.responses that return User.AccountStatusMethods in org.graylog2.rest.models.users.responses with parameters of type User.AccountStatusModifier 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 User.AccountStatus in org.graylog2.users
Methods in org.graylog2.users that return User.AccountStatusModifier and TypeMethodDescriptionabstract User.AccountStatusUserOverviewDTO.accountStatus()UserImpl.getAccountStatus()Methods in org.graylog2.users with parameters of type User.AccountStatusModifier and TypeMethodDescriptionabstract UserOverviewDTO.BuilderUserOverviewDTO.Builder.accountStatus(User.AccountStatus accountStatus) voidUserImpl.setAccountStatus(User.AccountStatus status) voidUserManagementServiceImpl.setUserStatus(User user, User.AccountStatus status)