Uses of Class
org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelResponse
-
Uses of AuthenticationChannelResponse in org.keycloak.protocol.oidc.grants.ciba.endpoints
Modifier and TypeMethodDescriptionprotected String
BackchannelAuthenticationCallbackEndpoint.getRawBearerToken
(jakarta.ws.rs.core.HttpHeaders httpHeaders, AuthenticationChannelResponse response) Extracts the raw bearer token from the request.protected AuthenticationChannelResponse.Status
BackchannelAuthenticationCallbackEndpoint.preApprove
(AuthenticationChannelResponse response) Is called before the request approving, allows additional validation of other factors.jakarta.ws.rs.core.Response
BackchannelAuthenticationCallbackEndpoint.processAuthenticationChannelResult
(AuthenticationChannelResponse response)