Uses of Enum Class
org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelResponse.Status
Package
Description
-
Uses of AuthenticationChannelResponse.Status in org.keycloak.protocol.oidc.grants.ciba.channel
Modifier and TypeMethodDescriptionAuthenticationChannelResponse.getStatus()
Returns the enum constant of this class with the specified name.static AuthenticationChannelResponse.Status[]
AuthenticationChannelResponse.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AuthenticationChannelResponse.setStatus
(AuthenticationChannelResponse.Status status) ModifierConstructorDescription -
Uses of AuthenticationChannelResponse.Status in org.keycloak.protocol.oidc.grants.ciba.endpoints
Modifier and TypeMethodDescriptionprotected AuthenticationChannelResponse.Status
BackchannelAuthenticationCallbackEndpoint.preApprove
(AuthenticationChannelResponse response) Is called before the request approving, allows additional validation of other factors.Modifier and TypeMethodDescriptionprotected void
BackchannelAuthenticationCallbackEndpoint.denyRequest
(String authReqId, AuthenticationChannelResponse.Status status)