Package | Description |
---|---|
com.saperion.jcs.modules.users.api | |
com.saperion.jcs.modules.users.api.internal |
Modifier and Type | Method and Description |
---|---|
static Role.RoleRight |
Role.RoleRight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.RoleRight[] |
Role.RoleRight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Role.RoleRight> |
Role.getRights() |
Modifier and Type | Method and Description |
---|---|
void |
Role.addRight(Role.RoleRight right) |
boolean |
Role.hasRight(Role.RoleRight right) |
void |
Role.removeRight(Role.RoleRight right) |
Modifier and Type | Method and Description |
---|---|
void |
Role.setRights(Set<Role.RoleRight> rights) |
Modifier and Type | Method and Description |
---|---|
Set<Role.RoleRight> |
DefaultRole.getRights() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRole.addRight(Role.RoleRight right) |
boolean |
DefaultRole.hasRight(Role.RoleRight right) |
void |
DefaultRole.removeRight(Role.RoleRight right) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRole.setRights(Set<Role.RoleRight> rights) |
Copyright © 2016 SAPERION AG. All rights reserved.