Uses of Interface
org.openstack4j.model.identity.v2.Access.Service
-
-
Uses of Access.Service in org.openstack4j.model.common.resolvers
Methods in org.openstack4j.model.common.resolvers that return Access.Service Modifier and Type Method Description Access.ServiceLatestServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)Access.ServiceServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)Resolves to a single identity v2 service for the givenServiceTypeand set of associatedservices.Access.ServiceStableServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)Method parameters in org.openstack4j.model.common.resolvers with type arguments of type Access.Service Modifier and Type Method Description Access.ServiceLatestServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)Access.ServiceServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services)Resolves to a single identity v2 service for the givenServiceTypeand set of associatedservices.Access.ServiceStableServiceVersionResolver. resolveV2(ServiceType type, SortedSet<? extends Access.Service> services) -
Uses of Access.Service in org.openstack4j.model.identity.v2
Methods in org.openstack4j.model.identity.v2 that return types with arguments of type Access.Service Modifier and Type Method Description com.google.common.collect.SortedSetMultimap<String,? extends Access.Service>Access. getAggregatedCatalog()A Lazy loading Aggregated Service Catalog Mapping.List<? extends Access.Service>Access. getServiceCatalog() -
Uses of Access.Service in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement Access.Service Modifier and Type Class Description static classKeystoneAccess.AccessServiceMethods in org.openstack4j.openstack.identity.v2.domain that return types with arguments of type Access.Service Modifier and Type Method Description List<? extends Access.Service>KeystoneAccess. getServiceCatalog() -
Uses of Access.Service in org.openstack4j.openstack.identity.v2.functions
Methods in org.openstack4j.openstack.identity.v2.functions with parameters of type Access.Service Modifier and Type Method Description ServiceTypeServiceToServiceType. apply(Access.Service input)
-