| 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 |
|---|---|
Permission |
PermissionService.create(Operation operation,
Role role)
Creates a permission composed of the given operation and role
|
Permission |
PermissionService.getById(UUID id)
Retrieves an existing Permission based on its ID
|
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
PermissionService.getPermissionsForOperation(Operation operation)
Provides a list of Permissions that exists for the given operation
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionService.remove(Permission permission)
Removes the given permission from the data store.
|
| Modifier and Type | Method and Description |
|---|---|
Permission |
PermissionServiceImpl.create(Operation operation,
Role role) |
Permission |
PermissionServiceImpl.getById(UUID id) |
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
PermissionServiceImpl.getPermissionsForOperation(Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionServiceImpl.remove(Permission permission) |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.Builder.build() |
Copyright © 2015 Red Hat, Inc.. All rights reserved.