Uses of Class
org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelResponse.Status
-
Packages that use AuthenticationChannelResponse.Status Package Description org.keycloak.protocol.oidc.grants.ciba.channel -
-
Uses of AuthenticationChannelResponse.Status in org.keycloak.protocol.oidc.grants.ciba.channel
Methods in org.keycloak.protocol.oidc.grants.ciba.channel that return AuthenticationChannelResponse.Status Modifier and Type Method 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.Methods in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type AuthenticationChannelResponse.Status Modifier and Type Method Description void
AuthenticationChannelResponse. setStatus(AuthenticationChannelResponse.Status status)
Constructors in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type AuthenticationChannelResponse.Status Constructor Description AuthenticationChannelResponse(AuthenticationChannelResponse.Status status)
-