Rolespublic interface Roles
Methods Summary |
---|
public void | addRole(Role role)Add the specified role to the set of roles.
| public java.util.Set | getRoles()Get the current set of roles defined.
| public void | removeRole(Role role)Remove the specified role from the set of roles.
|
|