Uses of Interface
org.openstack4j.model.identity.v2.Endpoint
-
Packages that use Endpoint Package Description org.openstack4j.api.identity.v2 org.openstack4j.model.identity.v2 org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v2.internal -
-
Uses of Endpoint in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>IdentityService. listTokenEndpoints()Lists endpoints available for the current authenticated token -
Uses of Endpoint in org.openstack4j.model.identity.v2
Methods in org.openstack4j.model.identity.v2 that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>Access.Service. getEndpoints() -
Uses of Endpoint in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement Endpoint Modifier and Type Class Description classKeystoneEndpointEndpoint Model is used to describe a network address which is described by URL's and other service information depending on the context it was retrieved in.Methods in org.openstack4j.openstack.identity.v2.domain that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>KeystoneAccess.AccessService. getEndpoints()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type Endpoint Modifier and Type Method Description EndpointBuilderKeystoneEndpoint.EndPointConcreteBuilder. from(Endpoint in) -
Uses of Endpoint in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type Endpoint Modifier and Type Method Description List<? extends Endpoint>IdentityServiceImpl. listTokenEndpoints()
-