Class InitOptions
java.lang.Object
net.datenwerke.oidc.client.provider.keycloak.jsi.InitOptions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Mapper class for keycloak js init options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for checkLoginIframe.final InitOptionscheckLoginIframe(boolean checkLoginIframe) Helper for chaining init option setters.intGetter for checkLoginIframeInterval.final InitOptionscheckLoginIframeInterval(int checkLoginIframeInterval) Helper for chaining init option setters.booleanGetter for enableLogging.final InitOptionsenableLogging(boolean enableLogging) Helper for chaining init option setters.flow()Getter for flow.final InitOptionsHelper for chaining init option setters.idToken()Getter for idToken.final InitOptionsHelper for chaining init option setters.onLoad()Getter for onLoad.final InitOptionsonLoad(OnLoadAction onLoad) Helper for chaining init option setters.Getter for refreshToken.final InitOptionsrefreshToken(String refreshToken) Helper for chaining init option setters.Getter for responseMode.final InitOptionsresponseMode(ResponseMode responseMode) Helper for chaining init option setters.booleanGetter for silentCheckSsoFallback.final InitOptionssilentCheckSsoFallback(boolean silentCheckSsoFallback) Helper for chaining init option setters.Getter for silentCheckSsoRedirectUri.final InitOptionssilentCheckSsoRedirectUri(String silentCheckSsoRedirectUri) Helper for chaining init option setters.inttimeSkew()Getter for timeSkew.final InitOptionstimeSkew(int timeSkew) Helper for chaining init option setters.token()Getter for token.final InitOptionsHelper for chaining init option setters.
-
Constructor Details
-
InitOptions
public InitOptions()
-
-
Method Details
-
onLoad
Getter for onLoad.- Returns:
- The onLoad.
-
onLoad
Helper for chaining init option setters.- Parameters:
onLoad- The onLoad action to set.- Returns:
- The init option instance.
-
token
Getter for token.- Returns:
- The token.
-
token
Helper for chaining init option setters.- Parameters:
token- The token to set.- Returns:
- The init option instance.
-
refreshToken
Getter for refreshToken.- Returns:
- The refreshToken.
-
refreshToken
Helper for chaining init option setters.- Parameters:
refreshToken- The refreshToken to set.- Returns:
- The init option instance.
-
idToken
Getter for idToken.- Returns:
- The idToken.
-
idToken
Helper for chaining init option setters.- Parameters:
idToken- The idToken to set.- Returns:
- The init option instance.
-
timeSkew
public int timeSkew()Getter for timeSkew.- Returns:
- The timeSkew.
-
timeSkew
Helper for chaining init option setters.- Parameters:
timeSkew- The timeSkew to set.- Returns:
- The init option instance.
-
enableLogging
public boolean enableLogging()Getter for enableLogging.- Returns:
- The enableLogging.
-
enableLogging
Helper for chaining init option setters.- Parameters:
enableLogging- The enableLogging to set.- Returns:
- The init option instance.
-
checkLoginIframe
public boolean checkLoginIframe()Getter for checkLoginIframe.- Returns:
- The checkLoginIframe.
-
checkLoginIframe
Helper for chaining init option setters.- Parameters:
checkLoginIframe- The checkLoginIframe to set.- Returns:
- The init option instance.
-
checkLoginIframeInterval
public int checkLoginIframeInterval()Getter for checkLoginIframeInterval.- Returns:
- The checkLoginIframeInterval.
-
checkLoginIframeInterval
Helper for chaining init option setters.- Parameters:
checkLoginIframeInterval- The checkLoginIframeInterval to set.- Returns:
- The init option instance.
-
responseMode
Getter for responseMode.- Returns:
- The responseMode.
-
responseMode
Helper for chaining init option setters.- Parameters:
responseMode- The responseMode to set.- Returns:
- The init option instance.
-
flow
Getter for flow.- Returns:
- The flow.
-
flow
Helper for chaining init option setters.- Parameters:
flow- The flow to set.- Returns:
- The init option instance.
-
silentCheckSsoFallback
public boolean silentCheckSsoFallback()Getter for silentCheckSsoFallback.- Returns:
- The silentCheckSsoFallback.
-
silentCheckSsoFallback
Helper for chaining init option setters.- Parameters:
silentCheckSsoFallback- The silentCheckSsoFallback to set.- Returns:
- The init option instance.
-
silentCheckSsoRedirectUri
Getter for silentCheckSsoRedirectUri.- Returns:
- The silentCheckSsoRedirectUri.
-
silentCheckSsoRedirectUri
Helper for chaining init option setters.- Parameters:
silentCheckSsoRedirectUri- The silentCheckSsoRedirectUri to set.- Returns:
- The init option instance.
-