Package com.mrivanplays.jdoa2
Class SessionManagerBuilder
java.lang.Object
com.mrivanplays.jdoa2.SessionManagerBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clientId()
clientSecret
(String clientSecret) okhttp3.OkHttpClient
httpClient
(okhttp3.OkHttpClient httpClient) com.fasterxml.jackson.databind.ObjectMapper
jsonMapper
(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
-