Uses of Enum Class
org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelResponse.Status
Packages that use AuthenticationChannelResponse.Status
Package
Description
-
Uses of AuthenticationChannelResponse.Status in org.keycloak.protocol.oidc.grants.ciba.channel
Methods in org.keycloak.protocol.oidc.grants.ciba.channel that return AuthenticationChannelResponse.StatusModifier 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.Methods in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type AuthenticationChannelResponse.StatusModifier and TypeMethodDescriptionvoid
AuthenticationChannelResponse.setStatus
(AuthenticationChannelResponse.Status status) Constructors in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type AuthenticationChannelResponse.StatusModifierConstructorDescription -
Uses of AuthenticationChannelResponse.Status in org.keycloak.protocol.oidc.grants.ciba.endpoints
Methods in org.keycloak.protocol.oidc.grants.ciba.endpoints that return AuthenticationChannelResponse.StatusModifier and TypeMethodDescriptionprotected AuthenticationChannelResponse.Status
BackchannelAuthenticationCallbackEndpoint.preApprove
(AuthenticationChannelResponse response) Is called before the request approving, allows additional validation of other factors.Methods in org.keycloak.protocol.oidc.grants.ciba.endpoints with parameters of type AuthenticationChannelResponse.StatusModifier and TypeMethodDescriptionprotected void
BackchannelAuthenticationCallbackEndpoint.denyRequest
(String authReqId, AuthenticationChannelResponse.Status status)