Package org.forgerock.android.auth
Class ServerConfig
-
- All Implemented Interfaces:
public class ServerConfig extends NetworkConfigManages Server configuration information
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringAPI_VERSION_2_1public final static StringAPI_VERSION_3_1public final static StringACCEPT_API_VERSIONpublic Stringurlpublic Stringrealmpublic StringcookieNamepublic StringauthenticateEndpointpublic StringauthorizeEndpointpublic StringtokenEndpointpublic StringrevokeEndpointpublic StringuserInfoEndpointpublic StringsessionEndpointpublic StringendSessionEndpointpublic Stringhostpublic Integertimeoutpublic TimeUnittimeUnitpublic List<String>pinspublic Supplier<CookieJar>cookieJarSupplierpublic Supplier<List<Interceptor>>interceptorSupplierpublic List<BuildStep<OkHttpClient.Builder>>buildSteps
-
Method Summary
Modifier and Type Method Description StringgetUrl()StringgetRealm()StringgetCookieName()StringgetAuthenticateEndpoint()StringgetAuthorizeEndpoint()StringgetTokenEndpoint()StringgetRevokeEndpoint()StringgetUserInfoEndpoint()StringgetSessionEndpoint()StringgetEndSessionEndpoint()-
Methods inherited from class org.forgerock.android.auth.NetworkConfig
getBuildSteps, getCookieJarSupplier, getHost, getInterceptorSupplier, getPins, getTimeUnit, getTimeout, networkBuilder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCookieName
String getCookieName()
-
getAuthenticateEndpoint
String getAuthenticateEndpoint()
-
getAuthorizeEndpoint
String getAuthorizeEndpoint()
-
getTokenEndpoint
String getTokenEndpoint()
-
getRevokeEndpoint
String getRevokeEndpoint()
-
getUserInfoEndpoint
String getUserInfoEndpoint()
-
getSessionEndpoint
String getSessionEndpoint()
-
getEndSessionEndpoint
String getEndSessionEndpoint()
-
-
-
-