Uses of Enum
systems.dennis.auth.client.utils.RoleValidationType
Packages that use RoleValidationType
-
Uses of RoleValidationType in systems.dennis.auth.client.required
Methods in systems.dennis.auth.client.required with parameters of type RoleValidationTypeModifier and TypeMethodDescriptionvoidTokenValidator.validate(jakarta.servlet.http.HttpServletRequest request, List<String> roles, RoleValidationType validationType) -
Uses of RoleValidationType in systems.dennis.auth.client.utils
Methods in systems.dennis.auth.client.utils that return RoleValidationTypeModifier and TypeMethodDescriptionstatic RoleValidationTypeReturns the enum constant of this type with the specified name.static RoleValidationType[]RoleValidationType.values()Returns an array containing the constants of this enum type, in the order they are declared.