public class AuthenticationChannelResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationChannelResponse.Status |
Constructor and Description |
---|
AuthenticationChannelResponse() |
AuthenticationChannelResponse(AuthenticationChannelResponse.Status status) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAdditionalParams() |
AuthenticationChannelResponse.Status |
getStatus() |
void |
setAdditionalParams(String name,
String value) |
void |
setStatus(AuthenticationChannelResponse.Status status) |
public AuthenticationChannelResponse()
public AuthenticationChannelResponse(AuthenticationChannelResponse.Status status)
public AuthenticationChannelResponse.Status getStatus()
public void setStatus(AuthenticationChannelResponse.Status status)
Copyright © 2021 JBoss by Red Hat. All rights reserved.