Class EnvironmentTokenAPIHandler.Conf<T extends EnvironmentTokenAPIHandler.Conf<T>>
- java.lang.Object
-
- co.arago.hiro.client.connection.AbstractAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.token.AbstractTokenAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.token.EnvironmentTokenAPIHandler.Conf<T>
-
- All Implemented Interfaces:
HttpClientHandler.ConfTemplate<T>
- Direct Known Subclasses:
EnvironmentTokenAPIHandler.Builder
- Enclosing class:
- EnvironmentTokenAPIHandler
public abstract static class EnvironmentTokenAPIHandler.Conf<T extends EnvironmentTokenAPIHandler.Conf<T>> extends AbstractTokenAPIHandler.Conf<T>
-
-
Constructor Summary
Constructors Constructor Description Conf()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract EnvironmentTokenAPIHandlerbuild()java.lang.StringgetTokenEnv()TsetTokenEnv(java.lang.String tokenEnv)-
Methods inherited from class co.arago.hiro.client.connection.AbstractVersionAPIHandler.Conf
getSharedConnectionHandler, setSharedConnectionHandler
-
Methods inherited from class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
getAcceptAllCerts, getConnectTimeout, getCookieManager, getHttpClient, getHttpClientAutoClose, getHttpClientHandler, getHttpRequestTimeout, getMaxBinaryLogLength, getMaxConnectionPool, getMaxRetries, getProxy, getRootApiURI, getShutdownTimeout, getSslContext, getSslParameters, getUserAgent, getWebSocketURI, isFollowRedirects, self, setAcceptAllCerts, setConnectTimeout, setCookieManager, setFollowRedirects, setHttpClient, setHttpClientAutoClose, setHttpClientHandler, setHttpRequestTimeout, setMaxBinaryLogLength, setMaxConnectionPool, setMaxRetries, setProxy, setRootApiURI, setRootApiURI, setShutdownTimeout, setSslContext, setSslParameters, setUserAgent, setWebSocketURI, setWebSocketURI
-
-
-
-
Method Detail
-
getTokenEnv
public java.lang.String getTokenEnv()
-
setTokenEnv
public T setTokenEnv(java.lang.String tokenEnv)
- Parameters:
tokenEnv- Name of the environment variable. Blank values are ignored. Default isEnvironmentTokenAPIHandler.DEFAULT_ENV.- Returns:
AbstractAPIHandler.Conf.self()
-
build
public abstract EnvironmentTokenAPIHandler build()
- Specified by:
buildin classAbstractTokenAPIHandler.Conf<T extends EnvironmentTokenAPIHandler.Conf<T>>
-
-