Package com.mrivanplays.jdoa2
Class SessionManagerBuilder
java.lang.Object
com.mrivanplays.jdoa2.SessionManagerBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()clientId()clientSecret(String clientSecret) okhttp3.OkHttpClienthttpClient(okhttp3.OkHttpClient httpClient) com.fasterxml.jackson.databind.ObjectMapperjsonMapper(com.fasterxml.jackson.databind.ObjectMapper jsonMapper) redirectUri(String redirectUri)
-
Constructor Details
-
SessionManagerBuilder
public SessionManagerBuilder()
-
-
Method Details
-
clientId
-
clientId
-
clientSecret
-
clientSecret
-
redirectUri
-
redirectUri
-
httpClient
public okhttp3.OkHttpClient httpClient() -
httpClient
-
jsonMapper
public com.fasterxml.jackson.databind.ObjectMapper jsonMapper() -
jsonMapper
-
build
-