| Package | Description |
|---|---|
| org.hawkular.accounts.api |
Provides the main API for Hawkular components intending to perform permission checking and authorization procedures.
|
| org.hawkular.accounts.api.internal.impl | |
| org.hawkular.accounts.api.model |
Entities related to the API.
|
| 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 |
|---|---|
Set<Permission> |
PermissionServiceImpl.getPermissionsForOperation(Operation operation) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<Permission,Operation> |
Permission_.operation |
static javax.persistence.metamodel.SingularAttribute<Permission,Role> |
Permission_.role |
Copyright © 2015 Red Hat, Inc.. All rights reserved.