Package | Description |
---|---|
org.keycloak.protocol.oidc.grants.ciba.channel |
Modifier and Type | Method and Description |
---|---|
AuthenticationChannelResponse.Status |
AuthenticationChannelResponse.getStatus() |
static AuthenticationChannelResponse.Status |
AuthenticationChannelResponse.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationChannelResponse.Status[] |
AuthenticationChannelResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationChannelResponse.setStatus(AuthenticationChannelResponse.Status status) |
Constructor and Description |
---|
AuthenticationChannelResponse(AuthenticationChannelResponse.Status status) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.