Class BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse

java.lang.Object
org.keycloak.protocol.oidc.BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
Enclosing class:
BackchannelLogoutResponse

public static class BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse extends Object
  • Field Details

    • withBackchannelLogoutUrl

      protected boolean withBackchannelLogoutUrl
    • responseCode

      protected Integer responseCode
  • Constructor Details

    • DownStreamBackchannelLogoutResponse

      public DownStreamBackchannelLogoutResponse()
  • Method Details

    • isWithBackchannelLogoutUrl

      public boolean isWithBackchannelLogoutUrl()
    • setWithBackchannelLogoutUrl

      public void setWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl)
    • getResponseCode

      public Optional<Integer> getResponseCode()
    • setResponseCode

      public void setResponseCode(Integer responseCode)