Class CodeFlowAuthTokenAPIHandler.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.CodeFlowAuthTokenAPIHandler.Conf<CodeFlowAuthTokenAPIHandler.Builder>
-
- co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Builder
-
- All Implemented Interfaces:
HttpClientHandler.ConfTemplate<CodeFlowAuthTokenAPIHandler.Builder>
- Enclosing class:
- CodeFlowAuthTokenAPIHandler
public static final class CodeFlowAuthTokenAPIHandler.Builder extends CodeFlowAuthTokenAPIHandler.Conf<CodeFlowAuthTokenAPIHandler.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeFlowAuthTokenAPIHandlerbuild()protected CodeFlowAuthTokenAPIHandler.Builderself()-
Methods inherited from class co.arago.hiro.client.connection.token.CodeFlowAuthTokenAPIHandler.Conf
getRedirectURI, getScope, setCredentials, setRedirectURI, setScope
-
Methods inherited from class co.arago.hiro.client.connection.token.AbstractRemoteAuthTokenAPIHandler.Conf
getApiPath, getClientId, getClientSecret, getForceLogging, getOrganization, getOrganizationId, getRefreshOffset, setApiPath, setClientId, setClientSecret, setCredentials, 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 CodeFlowAuthTokenAPIHandler.Builder self()
- Specified by:
selfin classAbstractAPIHandler.Conf<CodeFlowAuthTokenAPIHandler.Builder>
-
build
public CodeFlowAuthTokenAPIHandler build()
- Specified by:
buildin classCodeFlowAuthTokenAPIHandler.Conf<CodeFlowAuthTokenAPIHandler.Builder>
-
-