public interface Roles
| Modifier and Type | Method and Description |
|---|---|
void |
addRole(Role role)
Add the specified role to the set of roles.
|
Set |
getRoles()
Get the current set of roles defined.
|
void |
removeRole(Role role)
Remove the specified role from the set of roles.
|
Set getRoles()
void addRole(Role role)
the - role to be added.void removeRole(Role role)
the - role to be removed.Copyright © 2019. All rights reserved.