public interface PermitsService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
PermitsService.AddRequest
Adds a permit to the set aggregated by parent role.
|
static interface |
PermitsService.AddResponse
Adds a permit to the set aggregated by parent role.
|
static interface |
PermitsService.ListRequest |
static interface |
PermitsService.ListResponse |
Modifier and Type | Method and Description |
---|---|
PermitsService.AddRequest |
add()
Adds a permit to the set aggregated by parent role.
|
PermitsService.ListRequest |
list() |
PermitService |
permitService(String id)
Sub-resource locator method, returns individual permit resource on which the remainder of the URI is dispatched.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
PermitsService.AddRequest add()
Adds a permit to the set aggregated by parent role. The permit must be one retrieved from the capabilities resource.
PermitsService.ListRequest list()
PermitService permitService(String id)
Sub-resource locator method, returns individual permit resource on which the remainder of the URI is dispatched.
Copyright © 2016. All rights reserved.