Package org.keycloak.protocol.oidc
Class BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
- java.lang.Object
- 
- org.keycloak.protocol.oidc.BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
 
- 
- Enclosing class:
- BackchannelLogoutResponse
 
 public static class BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IntegerresponseCodeprotected booleanwithBackchannelLogoutUrl
 - 
Constructor SummaryConstructors Constructor Description DownStreamBackchannelLogoutResponse()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>getResponseCode()booleanisWithBackchannelLogoutUrl()voidsetResponseCode(Integer responseCode)voidsetWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl)
 
- 
- 
- 
Field Detail- 
withBackchannelLogoutUrlprotected boolean withBackchannelLogoutUrl 
 - 
responseCodeprotected Integer responseCode 
 
- 
 - 
Method Detail- 
isWithBackchannelLogoutUrlpublic boolean isWithBackchannelLogoutUrl() 
 - 
setWithBackchannelLogoutUrlpublic void setWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl) 
 - 
setResponseCodepublic void setResponseCode(Integer responseCode) 
 
- 
 
-