Package org.forgerock.android.auth
Class SecureCookieJar
-
- All Implemented Interfaces:
-
okhttp3.CookieJar,org.forgerock.android.auth.CookieInterceptor,org.forgerock.android.auth.OkHttpCookieInterceptor
public final class SecureCookieJar implements CookieJar, OkHttpCookieInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSecureCookieJar.SecureCookieJarBuilder
-
Constructor Summary
Constructors Constructor Description SecureCookieJar(Context context, SingleSignOnManager singleSignOnManager, Long cacheIntervalMillis)
-
Method Summary
Modifier and Type Method Description List<Cookie>loadForRequest(HttpUrl url)UnitsaveFromResponse(HttpUrl url, List<Cookie> cookies)final static SecureCookieJar.SecureCookieJarBuilderbuilder()-
-
Constructor Detail
-
SecureCookieJar
SecureCookieJar(Context context, SingleSignOnManager singleSignOnManager, Long cacheIntervalMillis)
-
-
Method Detail
-
loadForRequest
@Synchronized() List<Cookie> loadForRequest(HttpUrl url)
-
saveFromResponse
@Synchronized() Unit saveFromResponse(HttpUrl url, List<Cookie> cookies)
-
builder
final static SecureCookieJar.SecureCookieJarBuilder builder()
-
-
-
-