Package org.keycloak.protocol.oidc
Class BackchannelLogoutResponse
- java.lang.Object
-
- org.keycloak.protocol.oidc.BackchannelLogoutResponse
-
public class BackchannelLogoutResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse
-
Constructor Summary
Constructors Constructor Description BackchannelLogoutResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addClientResponses(BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse clientResponse)
List<BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse>
getClientResponses()
boolean
getLocalLogoutSucceeded()
void
setLocalLogoutSucceeded(boolean localLogoutSucceeded)
-
-
-
Method Detail
-
getClientResponses
public List<BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse> getClientResponses()
-
addClientResponses
public void addClientResponses(BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse clientResponse)
-
getLocalLogoutSucceeded
public boolean getLocalLogoutSucceeded()
-
setLocalLogoutSucceeded
public void setLocalLogoutSucceeded(boolean localLogoutSucceeded)
-
-