Package org.keycloak.protocol.oidc
Class BackchannelLogoutResponse
java.lang.Object
org.keycloak.protocol.oidc.BackchannelLogoutResponse
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidsetLocalLogoutSucceeded(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)  
 -