Uses of Enum Class
io.github.coho04.mysql.entities.enums.Permissions
Packages that use Permissions
-
Uses of Permissions in io.github.coho04.mysql.entities
Methods in io.github.coho04.mysql.entities with parameters of type PermissionsModifier and TypeMethodDescriptionvoid
User.removePermission
(Permissions permissions) Removes the specified permissions from the user.void
User.removePermissionToDatabase
(Permissions PERMISSION, Database database) Removes the specified permissions from the user for the given database.void
User.setPermission
(Permissions permissions) Sets the permissions for the user.void
User.setPermissionToDatabase
(Permissions permissions, Database database) Sets the specified permissions to the given database for the current user. -
Uses of Permissions in io.github.coho04.mysql.entities.enums
Methods in io.github.coho04.mysql.entities.enums that return PermissionsModifier and TypeMethodDescriptionstatic Permissions
Returns the enum constant of this class with the specified name.static Permissions[]
Permissions.values()
Returns an array containing the constants of this enum class, in the order they are declared.