Package | Description |
---|---|
io.stallion.restfulEndpoints | |
io.stallion.settings.childSections | |
io.stallion.users |
Modifier and Type | Method and Description |
---|---|
Role |
RestEndpointBase.getRole() |
Modifier and Type | Method and Description |
---|---|
RestEndpointBase |
RestEndpointBase.setRole(Role role) |
Modifier and Type | Method and Description |
---|---|
Role |
UserSettings.getDefaultEndpointRoleObj() |
Modifier and Type | Method and Description |
---|---|
Role |
User.getRole() |
Role |
IUser.getRole() |
Role |
EmptyUser.getRole() |
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Boolean |
IUser.isInRole(Role role) |
User |
User.setRole(Role role) |
EmptyUser |
EmptyUser.setRole(Role role) |
<U extends IUser> |
IUser.setRole(Role role) |
Copyright © 2016. All rights reserved.