Uses of Class
org.openstack4j.api.types.Facing
-
-
Uses of Facing in org.openstack4j.api
Methods in org.openstack4j.api with parameters of type Facing Modifier and Type Method Description TOSClient. perspective(Facing perspective)Changes the Perspective for the current Session (Client) -
Uses of Facing in org.openstack4j.api.client
Methods in org.openstack4j.api.client with parameters of type Facing Modifier and Type Method Description TIOSClientBuilder. perspective(Facing perspective)Allows for a specific network perspective to be used. -
Uses of Facing in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 with parameters of type Facing Modifier and Type Method Description EndpointServiceEndpointService. createEndpoint(String name, URL url, Facing iface, String regionId, String serviceId, boolean enabled)Creates a new endpoint -
Uses of Facing in org.openstack4j.api.types
Methods in org.openstack4j.api.types that return Facing Modifier and Type Method Description static FacingFacing. value(String facing)static FacingFacing. valueOf(String name)Returns the enum constant of this type with the specified name.static Facing[]Facing. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Facing in org.openstack4j.model.identity
Fields in org.openstack4j.model.identity declared as Facing Modifier and Type Field Description FacingURLResolverParams. perspectiveMethods in org.openstack4j.model.identity with parameters of type Facing Modifier and Type Method Description URLResolverParamsURLResolverParams. perspective(Facing perspective) -
Uses of Facing in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return Facing Modifier and Type Method Description FacingEndpoint. getIface() -
Uses of Facing in org.openstack4j.model.identity.v3.builder
Methods in org.openstack4j.model.identity.v3.builder with parameters of type Facing Modifier and Type Method Description EndpointBuilderEndpointBuilder. iface(Facing iface) -
Uses of Facing in org.openstack4j.openstack
Methods in org.openstack4j.openstack with parameters of type Facing Modifier and Type Method Description static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective, CloudProvider provider, Config config)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective, Config config)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective, CloudProvider provider, Config config)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective, Config config)Skips Authentication and created the API around a previously cached Token object. -
Uses of Facing in org.openstack4j.openstack.client
Methods in org.openstack4j.openstack.client with parameters of type Facing Modifier and Type Method Description TOSClientBuilder. perspective(Facing perspective) -
Uses of Facing in org.openstack4j.openstack.identity.v3.domain
Methods in org.openstack4j.openstack.identity.v3.domain that return Facing Modifier and Type Method Description FacingKeystoneEndpoint. getIface()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Facing Modifier and Type Method Description EndpointBuilderKeystoneEndpoint.EndpointConcreteBuilder. iface(Facing iface) -
Uses of Facing in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal with parameters of type Facing Modifier and Type Method Description EndpointServiceEndpointServiceImpl. createEndpoint(String name, URL url, Facing iface, String regionId, String serviceId, boolean enabled) -
Uses of Facing in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return Facing Modifier and Type Method Description FacingOSClientSession. getPerspective()Methods in org.openstack4j.openstack.internal with parameters of type Facing Modifier and Type Method Description static OSClientSession.OSClientSessionV2OSClientSession.OSClientSessionV2. createSession(Access access, Facing perspective, CloudProvider provider, Config config)static OSClientSession.OSClientSessionV3OSClientSession.OSClientSessionV3. createSession(Token token, Facing perspective, CloudProvider provider, Config config)static OSClientOSAuthenticator. invoke(AuthStore auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes authentication to obtain a valid V3 Token, throws an UnsupportedOperationException for an V2 attempt.static OSClientOSAuthenticator. invoke(TokenAuth auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes V2 authentication via an existing tokenstatic OSClientOSAuthenticator. invoke(KeystoneAuth auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes V3 authentication via an existing tokenTOSClientSession. perspective(Facing perspective)
-