Package org.keycloak.protocol.oidc
Class BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
java.lang.Object
org.keycloak.protocol.oidc.BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
- Enclosing class:
 - BackchannelLogoutResponse
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetResponseCode(Integer responseCode) voidsetWithBackchannelLogoutUrl(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
 
 -