| Package | Description |
|---|---|
| org.hawkular.accounts.api | |
| org.hawkular.accounts.api.internal.impl | |
| org.hawkular.accounts.api.model |
Entities related to the API.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
OrganizationService.createOrganization(String name,
String description,
Visibility visibility,
Persona owner)
Creates a new organization and a "SuperUser" membership for the persona.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
OrganizationServiceImpl.createOrganization(String name,
String description,
Visibility visibility,
Persona owner) |
| Modifier and Type | Method and Description |
|---|---|
Visibility |
Organization.getVisibility() |
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Organization.setVisibility(Visibility visibility) |
| Constructor and Description |
|---|
Organization(UUID id,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
Persona owner,
String name,
String description,
Visibility visibility) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.