Uses of Enum Class
dev.dokimos.server.filter.Role
Packages that use Role
-
Uses of Role in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return RoleModifier and TypeMethodDescriptionApiKeyView.role()Returns the value of therolerecord component.@NotNull RoleCreateApiKeyRequest.role()Returns the value of therolerecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type RoleModifierConstructorDescriptionApiKeyView(UUID id, String name, Role role, String tenantId, boolean enabled, Instant createdAt, Instant lastUsedAt) Creates an instance of aApiKeyViewrecord class.CreateApiKeyRequest(@NotBlank String name, @NotNull Role role, String tenantId) Creates an instance of aCreateApiKeyRequestrecord class. -
Uses of Role in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return RoleConstructors in dev.dokimos.server.entity with parameters of type Role -
Uses of Role in dev.dokimos.server.filter
Methods in dev.dokimos.server.filter that return RoleModifier and TypeMethodDescriptionPrincipal.role()Returns the value of therolerecord component.static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.server.filter with parameters of type RoleModifier and TypeMethodDescriptionbooleanReturns true when this role is at least as privileged as the required role.Constructors in dev.dokimos.server.filter with parameters of type Role