public static class BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
responseCode |
protected boolean |
withBackchannelLogoutUrl |
Constructor and Description |
---|
DownStreamBackchannelLogoutResponse() |
Modifier and Type | Method and Description |
---|---|
Optional<Integer> |
getResponseCode() |
boolean |
isWithBackchannelLogoutUrl() |
void |
setResponseCode(Integer responseCode) |
void |
setWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl) |
protected boolean withBackchannelLogoutUrl
protected Integer responseCode
public boolean isWithBackchannelLogoutUrl()
public void setWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl)
public void setResponseCode(Integer responseCode)
Copyright © 2021 JBoss by Red Hat. All rights reserved.