Uses of Class
edu.wisc.game.sql.Role
Package | Description |
---|---|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of Role in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return types with arguments of type Role Modifier and Type Method Description Set<Role>
User. getRoles()
Methods in edu.wisc.game.sql with parameters of type Role Modifier and Type Method Description void
User. addRole(Role r)
void
User. removeRole(Role r)