public class BackchannelLogoutResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse |
Constructor and Description |
---|
BackchannelLogoutResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addClientResponses(BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse clientResponse) |
List<BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse> |
getClientResponses() |
boolean |
getLocalLogoutSucceeded() |
void |
setLocalLogoutSucceeded(boolean localLogoutSucceeded) |
public List<BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse> getClientResponses()
public void addClientResponses(BackchannelLogoutResponse.DownStreamBackchannelLogoutResponse clientResponse)
public boolean getLocalLogoutSucceeded()
public void setLocalLogoutSucceeded(boolean localLogoutSucceeded)
Copyright © 2021 JBoss by Red Hat. All rights reserved.