Package org.keycloak.protocol.oidc
Class BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
java.lang.Object
org.keycloak.protocol.oidc.BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
- Enclosing class:
- BackchannelLogoutResponse
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setResponseCode
(Integer responseCode) void
setWithBackchannelLogoutUrl
(boolean withBackchannelLogoutUrl)
-
Field Details
-
withBackchannelLogoutUrl
protected boolean withBackchannelLogoutUrl -
responseCode
-
-
Constructor Details
-
DownStreamBackchannelLogoutResponse
public DownStreamBackchannelLogoutResponse()
-
-
Method Details
-
isWithBackchannelLogoutUrl
public boolean isWithBackchannelLogoutUrl() -
setWithBackchannelLogoutUrl
public void setWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl) -
getResponseCode
-
setResponseCode
-