| 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 |
| Modifier and Type | Method and Description |
|---|---|
OperationService.Setup |
OperationService.Setup.add(Role... roles)
Adds new roles for the current operation with identical semantics as
add(Role). |
OperationService.Setup |
OperationService.Setup.add(Role role)
Adds a new role for the current operation
|
OperationService.Setup |
OperationService.Setup.add(Role role1,
Role role2)
Adds new roles for the current operation with identical semantics as
add(Role). |
OperationService.Setup |
OperationService.Setup.add(Role role1,
Role role2,
Role role3)
Adds new roles for the current operation with identical semantics as
add(Role). |
OperationService.Setup |
OperationService.Setup.add(String roleName)
Adds a new role for the current operation.
|
OperationService.Setup |
OperationService.Setup.clear()
Removes all current roles from the operation.
|
OperationService.Setup |
OperationService.setup(Operation operation)
Returns a builder-style instance for fluidly assigning permitted roles for a given operation.
|
OperationService.Setup |
OperationService.setup(String operationName)
Returns a builder-style instance for fluidly assigning permitted roles for an operation with the given name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperationServiceImpl.Setup |
| Modifier and Type | Method and Description |
|---|---|
OperationService.Setup |
OperationServiceImpl.Setup.add(Role... roles) |
OperationService.Setup |
OperationServiceImpl.Setup.add(Role role) |
OperationService.Setup |
OperationServiceImpl.Setup.add(Role role1,
Role role2) |
OperationService.Setup |
OperationServiceImpl.Setup.add(Role role1,
Role role2,
Role role3) |
OperationService.Setup |
OperationServiceImpl.Setup.add(String roleName) |
OperationService.Setup |
OperationServiceImpl.Setup.clear() |
Copyright © 2015 Red Hat, Inc.. All rights reserved.