Package org.keycloak.protocol.oidc
Class BackchannelLogoutResponse
java.lang.Object
org.keycloak.protocol.oidc.BackchannelLogoutResponse
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
void
setLocalLogoutSucceeded
(boolean localLogoutSucceeded)
-
Constructor Details
-
BackchannelLogoutResponse
public BackchannelLogoutResponse()
-
-
Method Details
-
getClientResponses
-
addClientResponses
public void addClientResponses(BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse clientResponse) -
getLocalLogoutSucceeded
public boolean getLocalLogoutSucceeded() -
setLocalLogoutSucceeded
public void setLocalLogoutSucceeded(boolean localLogoutSucceeded)
-