Uses of Interface
org.openstack4j.model.identity.v3.Service
-
-
Uses of Service in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return Service Modifier and Type Method Description ServiceServiceEndpointService. create(String type, String name, String description, boolean enabled)Creates a new serviceServiceServiceEndpointService. create(Service service)Create a new serviceServiceServiceEndpointService. get(String serviceId)Get details of a service by idServiceServiceEndpointService. update(Service service)Updates a serviceMethods in org.openstack4j.api.identity.v3 that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>TokenService. getServiceCatalog(String tokenId)Get service catalog for specified tokenList<? extends Service>ServiceEndpointService. list()Lists servicesMethods in org.openstack4j.api.identity.v3 with parameters of type Service Modifier and Type Method Description ServiceServiceEndpointService. create(Service service)Create a new serviceServiceServiceEndpointService. update(Service service)Updates a service -
Uses of Service in org.openstack4j.model.common.resolvers
Methods in org.openstack4j.model.common.resolvers that return Service Modifier and Type Method Description ServiceLatestServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services)ServiceServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services)Resolves to a single identity v3 service for the givenServiceTypeand set of associatedservices.ServiceStableServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services)Method parameters in org.openstack4j.model.common.resolvers with type arguments of type Service Modifier and Type Method Description ServiceLatestServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services)ServiceServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services)Resolves to a single identity v3 service for the givenServiceTypeand set of associatedservices.ServiceStableServiceVersionResolver. resolveV3(ServiceType type, SortedSet<? extends Service> services) -
Uses of Service in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return types with arguments of type Service Modifier and Type Method Description com.google.common.collect.SortedSetMultimap<String,Service>Token. getAggregatedCatalog()A Lazy loading Aggregated Service Catalog Mapping.List<? extends Service>Token. getCatalog() -
Uses of Service in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement Service Modifier and Type Class Description classKeystoneServiceV3 OpenStack serviceMethods in org.openstack4j.openstack.identity.v3.domain that return Service Modifier and Type Method Description ServiceKeystoneService.ServiceConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v3.domain that return types with arguments of type Service Modifier and Type Method Description com.google.common.collect.SortedSetMultimap<String,Service>KeystoneToken. getAggregatedCatalog()A Lazy loading Aggregated Service Catalog Mapping.Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Service Modifier and Type Method Description intKeystoneService. compareTo(Service s)ServiceBuilderKeystoneService.ServiceConcreteBuilder. from(Service in) -
Uses of Service in org.openstack4j.openstack.identity.v3.functions
Methods in org.openstack4j.openstack.identity.v3.functions with parameters of type Service Modifier and Type Method Description ServiceTypeServiceToServiceType. apply(Service input) -
Uses of Service in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return Service Modifier and Type Method Description ServiceServiceEndpointServiceImpl. create(String type, String name, String description, boolean enabled)ServiceServiceEndpointServiceImpl. create(Service service)ServiceServiceEndpointServiceImpl. get(String serviceId)ServiceServiceEndpointServiceImpl. update(Service service)Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>TokenServiceImpl. getServiceCatalog(String tokenId)List<? extends Service>ServiceEndpointServiceImpl. list()Methods in org.openstack4j.openstack.identity.v3.internal with parameters of type Service Modifier and Type Method Description ServiceServiceEndpointServiceImpl. create(Service service)ServiceServiceEndpointServiceImpl. update(Service service)
-