Uses of Enum Class
org.noise_planet.noisemodelling.webserver.secure.Role
Packages that use Role
Package
Description
-
Uses of Role in org.noise_planet.noisemodelling.webserver.database
Methods in org.noise_planet.noisemodelling.webserver.database with parameters of type RoleModifier and TypeMethodDescriptionstatic intDatabaseManagement.addUser(Connection connection, String email, Role... roles) This method adds a new user with the provided email. -
Uses of Role in org.noise_planet.noisemodelling.webserver.secure
Methods in org.noise_planet.noisemodelling.webserver.secure that return RoleModifier and TypeMethodDescriptionstatic 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 org.noise_planet.noisemodelling.webserver.secure that return types with arguments of type RoleConstructor parameters in org.noise_planet.noisemodelling.webserver.secure with type arguments of type Role