Package | Description |
---|---|
org.waarp.common.role |
Package for Role management within Waarp products
|
org.waarp.gateway.kernel.rest | |
org.waarp.openr66.context.authentication |
Classes implementing Authentication
|
org.waarp.openr66.protocol.http.restv2.converters |
This package regroups the different utility classes used to convert between
database objects and their
representations as
ObjectNode . |
org.waarp.openr66.protocol.http.restv2.utils |
A series of utility classes for the RESTv2 handlers.
|
Modifier and Type | Method and Description |
---|---|
static RoleDefault.ROLE |
RoleDefault.ROLE.fromByte(byte role) |
RoleDefault.ROLE[] |
RoleDefault.ROLE.getComposingRoles() |
static RoleDefault.ROLE |
RoleDefault.ROLE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleDefault.ROLE[] |
RoleDefault.ROLE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RoleDefault |
RoleDefault.addRole(RoleDefault.ROLE newrole) |
boolean |
RoleDefault.ROLE.contains(RoleDefault.ROLE role) |
boolean |
RoleDefault.ROLE.isContained(RoleDefault.ROLE role) |
boolean |
RoleDefault.isContaining(RoleDefault.ROLE otherrole) |
RoleDefault |
RoleDefault.setRole(RoleDefault.ROLE newrole) |
Constructor and Description |
---|
RoleDefault(RoleDefault.ROLE role) |
Modifier and Type | Method and Description |
---|---|
RoleDefault.ROLE |
RestArgument.getXAuthRole() |
Modifier and Type | Method and Description |
---|---|
boolean |
R66Auth.isValidRole(RoleDefault.ROLE roleCheck) |
Modifier and Type | Method and Description |
---|---|
static List<RoleDefault.ROLE> |
HostConfigConverter.getRoles(String hostName)
Returns the requested host's list of roles on the server.
|
Modifier and Type | Field and Description |
---|---|
List<RoleDefault.ROLE> |
XmlSerializable.Roles.RoleEntry.roleList
The list of allowed actions on the server.
|
Copyright © 2009–2020 Waarp. All rights reserved.