Uses of Enum Class
com.bluebell.greenhouse.platform.enums.security.UserRole
Packages that use UserRole
Package
Description
Contains core enums used for
Users.Contains the service-layer for the security module.
-
Uses of UserRole in com.bluebell.greenhouse.platform.enums.security
Subclasses with type arguments of type UserRole in com.bluebell.greenhouse.platform.enums.securityClasses in com.bluebell.greenhouse.platform.enums.security that implement interfaces with type arguments of type UserRoleMethods in com.bluebell.greenhouse.platform.enums.security that return UserRole -
Uses of UserRole in com.bluebell.greenhouse.radicle.security.services
Methods in com.bluebell.greenhouse.radicle.security.services with parameters of type UserRoleModifier and TypeMethodDescriptionApiRequestAuthenticationService.authenticate(jakarta.servlet.http.HttpServletRequest request, UserRole requiredRole) Authenticates the given request and validates the required role.