public class PermitsServiceImpl extends ServiceImpl implements PermitsService
PermitsService.AddRequest, PermitsService.AddResponse, PermitsService.ListRequest, PermitsService.ListResponse
Constructor and Description |
---|
PermitsServiceImpl(HttpConnection connection,
String path) |
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.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public PermitsServiceImpl(HttpConnection connection, String path)
public PermitsService.AddRequest add()
PermitsService
Adds a permit to the set aggregated by parent role. The permit must be one retrieved from the capabilities resource.
add
in interface PermitsService
public PermitsService.ListRequest list()
list
in interface PermitsService
public PermitService permitService(String id)
PermitsService
Sub-resource locator method, returns individual permit resource on which the remainder of the URI is dispatched.
permitService
in interface PermitsService
public Service service(String path)
PermitsService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface PermitsService
Copyright © 2016. All rights reserved.