Class PasswordAuthTokenAPIHandler.Builder
- java.lang.Object
-
- co.arago.hiro.client.connection.AbstractAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.AbstractClientAPIHandler.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.PasswordAuthTokenAPIHandler.Conf<PasswordAuthTokenAPIHandler.Builder>
-
- co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Builder
-
- All Implemented Interfaces:
AbstractAPIHandler.GetterConf
- Enclosing class:
- PasswordAuthTokenAPIHandler
public static final class PasswordAuthTokenAPIHandler.Builder extends PasswordAuthTokenAPIHandler.Conf<PasswordAuthTokenAPIHandler.Builder>
-
-
Field Summary
-
Fields inherited from class co.arago.hiro.client.connection.AbstractClientAPIHandler.Conf
acceptAllCerts, connectTimeout, followRedirects, httpClient, maxBinaryLogLength, maxConnectionPool, proxy, sslContext, sslParameters
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordAuthTokenAPIHandlerbuild()protected PasswordAuthTokenAPIHandler.Builderself()-
Methods inherited from class co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf
getApiPath, getClientId, getClientSecret, getForceLogging, getPassword, getRefreshOffset, getRefreshPause, getUsername, setApiPath, setClientId, setClientSecret, setCredentials, setForceLogging, setPassword, setRefreshOffset, setRefreshPause, setUsername
-
Methods inherited from class co.arago.hiro.client.connection.AbstractClientAPIHandler.Conf
getAcceptAllCerts, getConnectTimeout, getHttpClient, getMaxBinaryLogLength, getMaxConnectionPool, getSslContext, getSslParameters, isFollowRedirects, setAcceptAllCerts, setConnectTimeout, setFollowRedirects, setHttpClient, setMaxBinaryLogLength, setMaxConnectionPool, setProxy, setSslContext, setSslParameters
-
Methods inherited from class co.arago.hiro.client.connection.AbstractAPIHandler.Conf
getApiUrl, getHttpRequestTimeout, getMaxRetries, getUserAgent, getWebSocketUri, setApiUrl, setApiUrl, setHttpRequestTimeout, setMaxRetries, setUserAgent, setWebSocketUri, setWebSocketUrl
-
-
-
-
Method Detail
-
self
protected PasswordAuthTokenAPIHandler.Builder self()
- Specified by:
selfin classAbstractAPIHandler.Conf<PasswordAuthTokenAPIHandler.Builder>
-
build
public PasswordAuthTokenAPIHandler build()
- Specified by:
buildin classPasswordAuthTokenAPIHandler.Conf<PasswordAuthTokenAPIHandler.Builder>
-
-