Class BarbicanServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.barbican.internal.BaseBarbicanServices
-
- org.openstack4j.openstack.barbican.internal.BarbicanServiceImpl
-
- All Implemented Interfaces:
BarbicanService,RestService
public class BarbicanServiceImpl extends BaseBarbicanServices implements BarbicanService
This class contains getters for all implementation of the available Barbican services
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description BarbicanServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerServicecontainers()SecretServicesecrets()-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
containers
public ContainerService containers()
- Specified by:
containersin interfaceBarbicanService- Returns:
- the Container Service API
-
secrets
public SecretService secrets()
- Specified by:
secretsin interfaceBarbicanService- Returns:
- the Secrets Service API
-
-