Class PasswordAuthTokenAPIHandler.Builder
- 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.AbstractRemoteAuthTokenAPIHandler.Conf<T>
-
- co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Conf<PasswordAuthTokenAPIHandler.Builder>
-
- co.arago.hiro.client.connection.token.PasswordAuthTokenAPIHandler.Builder
-
- All Implemented Interfaces:
HttpClientHandler.ConfTemplate<PasswordAuthTokenAPIHandler.Builder>
- Enclosing class:
- PasswordAuthTokenAPIHandler
public static final class PasswordAuthTokenAPIHandler.Builder extends PasswordAuthTokenAPIHandler.Conf<PasswordAuthTokenAPIHandler.Builder>
-
-
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
getPassword, getUsername, setCredentials, setPassword, setUsername
-
Methods inherited from class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
getApiPath, getClientId, getClientSecret, getForceLogging, getOrganization, getOrganizationId, getRefreshOffset, setApiPath, setClientId, setClientSecret, setForceLogging, setOrganization, setOrganizationId, setRefreshOffset
-
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, setAcceptAllCerts, setConnectTimeout, setCookieManager, setFollowRedirects, setHttpClient, setHttpClientAutoClose, setHttpClientHandler, setHttpRequestTimeout, setMaxBinaryLogLength, setMaxConnectionPool, setMaxRetries, setProxy, setRootApiURI, setRootApiURI, setShutdownTimeout, setSslContext, setSslParameters, setUserAgent, setWebSocketURI, setWebSocketURI
-
-
-
-
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>
-
-