Uses of Enum Class
com.winchesters.devopsify.security.ApplicationUserRole
Packages that use ApplicationUserRole
-
Uses of ApplicationUserRole in com.winchesters.devopsify.model.entity
Constructors in com.winchesters.devopsify.model.entity with parameters of type ApplicationUserRoleModifierConstructorDescriptionUser
(Long userId, String username, String email, String password, ApplicationUserRole role, GithubCredentials githubCredentials) -
Uses of ApplicationUserRole in com.winchesters.devopsify.security
Methods in com.winchesters.devopsify.security that return ApplicationUserRoleModifier and TypeMethodDescriptionstatic ApplicationUserRole
static ApplicationUserRole
Returns the enum constant of this class with the specified name.static ApplicationUserRole[]
ApplicationUserRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.