|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoleMemento | |
|---|---|
| org.nakedobjects.applib.security | |
| Uses of RoleMemento in org.nakedobjects.applib.security |
|---|
| Methods in org.nakedobjects.applib.security that return types with arguments of type RoleMemento | |
|---|---|
List<RoleMemento> |
UserMemento.getRoles()
The roles associated with this user. |
| Methods in org.nakedobjects.applib.security with parameters of type RoleMemento | |
|---|---|
boolean |
UserMemento.hasRole(RoleMemento role)
Determines if the user fulfills the specified role. |
| Constructors in org.nakedobjects.applib.security with parameters of type RoleMemento | |
|---|---|
UserMemento(String name,
RoleMemento... roles)
Creates a new user with the specified name and assigned roles. |
|
| Constructor parameters in org.nakedobjects.applib.security with type arguments of type RoleMemento | |
|---|---|
UserMemento(String name,
List<RoleMemento> roles)
Creates a new user with the specified name and assigned roles. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||