Uses of Class
org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelResponse
Packages that use AuthenticationChannelResponse
-
Uses of AuthenticationChannelResponse in org.keycloak.protocol.oidc.grants.ciba.endpoints
Methods in org.keycloak.protocol.oidc.grants.ciba.endpoints with parameters of type AuthenticationChannelResponseModifier 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)