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 Summary
Fields Modifier and Type Field Description protected Integer
responseCode
protected boolean
withBackchannelLogoutUrl
-
Constructor Summary
Constructors Constructor Description DownStreamBackchannelLogoutResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>
getResponseCode()
boolean
isWithBackchannelLogoutUrl()
void
setResponseCode(Integer responseCode)
void
setWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl)
-
-
-
Field Detail
-
withBackchannelLogoutUrl
protected boolean withBackchannelLogoutUrl
-
responseCode
protected Integer responseCode
-
-
Method Detail
-
isWithBackchannelLogoutUrl
public boolean isWithBackchannelLogoutUrl()
-
setWithBackchannelLogoutUrl
public void setWithBackchannelLogoutUrl(boolean withBackchannelLogoutUrl)
-
setResponseCode
public void setResponseCode(Integer responseCode)
-
-