Uses of Class
org.openstack4j.core.transport.Config
-
Packages that use Config Package Description org.openstack4j.api.client org.openstack4j.core.transport org.openstack4j.openstack org.openstack4j.openstack.client org.openstack4j.openstack.internal -
-
Uses of Config in org.openstack4j.api.client
Methods in org.openstack4j.api.client with parameters of type Config Modifier and Type Method Description TIOSClientBuilder. withConfig(Config config)Associates the given configuration with this Client -
Uses of Config in org.openstack4j.core.transport
Fields in org.openstack4j.core.transport declared as Config Modifier and Type Field Description static ConfigConfig. DEFAULTMethods in org.openstack4j.core.transport that return Config Modifier and Type Method Description ConfigHttpRequest. getConfig()static ConfigConfig. newConfig()ConfigConfig. withConnectionTimeout(int connectTimeout)Sets the connection timeout in millisecondsConfigConfig. withEndpointNATResolution(String natHostOrIP)If connecting to an OpenStack deployment is in front of a NAT or Proxy then this option can be provided to dynamically change the service endpoints hostname/IP to the one NAT is using.ConfigConfig. withEndpointURLResolver(EndpointURLResolver endpointURLResolver)Sets the Endpoint URL resolver for providing the URL resolution strategyConfigConfig. withHostnameVerifier(HostnameVerifier hostnameVerifier)Sets the Hostname Verifier to use with SSLConfigConfig. withMaxConnections(int maxConnections)This sets the max allowed connections for connectors who are using a connection pool.ConfigConfig. withMaxConnectionsPerRoute(int maxConnectionsPerRoute)This sets the max allowed connections per routefor connectors who are using a connection pool.ConfigConfig. withProxy(ProxyHost proxy)Indicates the connector should be using a Proxy hostConfigConfig. withReadTimeout(int readTimeout)Sets the read timeout in millisecondsConfigConfig. withResolver(ServiceVersionResolver resolver)Sets the Service version resolver to use in determining which API version to use with a particular OpenStack serviceConfigConfig. withSSLContext(SSLContext sslContext)Associates the initialized SSL Context to use when querying secure endpointsConfigConfig. withSSLVerificationDisabled()If no SSL Context has been specified and this SSL Verification is disabled we will by pass certificate checks (useful for self signed certificates).Methods in org.openstack4j.core.transport with parameters of type Config Modifier and Type Method Description HttpRequest.RequestBuilder<R>HttpRequest.RequestBuilder. config(Config config)Sets a client configuration to use with this session -
Uses of Config in org.openstack4j.openstack
Methods in org.openstack4j.openstack with parameters of type Config Modifier and Type Method Description 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.OSClientV2OSFactory. clientFromAccess(Access access, Config config)Skips Authentication and created the API around a previously cached Access 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.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Config config)Skips Authentication and created the API around a previously cached Token object. -
Uses of Config in org.openstack4j.openstack.client
Methods in org.openstack4j.openstack.client with parameters of type Config Modifier and Type Method Description TOSClientBuilder. withConfig(Config config) -
Uses of Config in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return Config Modifier and Type Method Description ConfigOSClientSession. getConfig()Methods in org.openstack4j.openstack.internal with parameters of type Config 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 tokenROSClientSession. useConfig(Config config)
-