Package org.keycloak.protocol.oidc
Class BackchannelLogoutResponse
- java.lang.Object
- 
- org.keycloak.protocol.oidc.BackchannelLogoutResponse
 
- 
 public class BackchannelLogoutResponse extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classBackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
 - 
Constructor SummaryConstructors Constructor Description BackchannelLogoutResponse()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddClientResponses(BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse clientResponse)List<BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse>getClientResponses()booleangetLocalLogoutSucceeded()voidsetLocalLogoutSucceeded(boolean localLogoutSucceeded)
 
- 
- 
- 
Method Detail- 
getClientResponsespublic List<BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse> getClientResponses() 
 - 
addClientResponsespublic void addClientResponses(BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse clientResponse) 
 - 
getLocalLogoutSucceededpublic boolean getLocalLogoutSucceeded() 
 - 
setLocalLogoutSucceededpublic void setLocalLogoutSucceeded(boolean localLogoutSucceeded) 
 
- 
 
-