java.lang.Object
net.datenwerke.oidc.client.provider.keycloak.jsi.LogoutOptions
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class LogoutOptions extends Object
Mapper class for keycloak js logout options.
  • Constructor Details

    • LogoutOptions

      public LogoutOptions()
  • Method Details

    • logoutMethod

      public String logoutMethod()
      Getter for logoutMethod.
      Returns:
      The logoutMethod.
    • logoutMethod

      public final LogoutOptions logoutMethod(String logoutMethod)
      Helper for chaining logout option setters.
      Parameters:
      logoutMethod - The logoutMethod to set.
      Returns:
      The logout option instance.
    • redirectUri

      public String redirectUri()
      Getter for redirectUri.
      Returns:
      The redirectUri.
    • redirectUri

      public final LogoutOptions redirectUri(String redirectUri)
      Helper for chaining logout option setters.
      Parameters:
      redirectUri - The redirectUri to set.
      Returns:
      The logout option instance.