| Package | Description |
|---|---|
| org.streampipes.model.client.user |
| Modifier and Type | Method and Description |
|---|---|
Role |
RegistrationData.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 |
|---|---|
Set<Role> |
User.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationData.setRole(Role selectedRole) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRoles(Set<Role> roles) |
| Constructor and Description |
|---|
User(String email,
String password,
Set<Role> roles) |
User(String email,
String password,
Set<Role> roles,
List<Pipeline> pipelines,
List<Element> ownSources,
List<Element> ownSepas,
List<Element> ownActions) |
Copyright © 2019. All rights reserved.