| Modifier and Type | Method and Description |
|---|---|
void |
Role.addChild(String... roleNames)
Adds given roles as children of this object.
|
void |
AbstractAction.addRequiredRole(String... roleNames)
Adds required roles to this action.
|
void |
RoleBasedObject.addRole(String... roleNames)
Associates given roles to this object
|
void |
AbstractAction.removeRequiredRole(String... roleNames)
Removes a required role.
|
void |
RoleBasedObject.removeRole(String... roleNames)
Removes the association of a role with this instance.
|
| Constructor and Description |
|---|
AbstractAction(String... requiredRoleNames)
Constructor.
|
AbstractUser(String... roleNames)
Creates an user associated with given roles
|
RoleBasedObject(String... roleNames)
Constructor.
|
Copyright © 2015 Agapsys Tecnologia Ltda-ME. All rights reserved.