Uses of Class
org.keycloak.protocol.oidc.grants.ciba.endpoints.request.BackchannelAuthenticationEndpointRequest
Packages that use BackchannelAuthenticationEndpointRequest
Package
Description
-
Uses of BackchannelAuthenticationEndpointRequest in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context
Methods in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context that return BackchannelAuthenticationEndpointRequestConstructors in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context with parameters of type BackchannelAuthenticationEndpointRequestModifierConstructorDescriptionBackchannelAuthenticationRequestContext
(BackchannelAuthenticationEndpointRequest request, CIBAAuthenticationRequest parsedRequest, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters) -
Uses of BackchannelAuthenticationEndpointRequest in org.keycloak.protocol.oidc.grants.ciba.endpoints
Methods in org.keycloak.protocol.oidc.grants.ciba.endpoints with parameters of type BackchannelAuthenticationEndpointRequestModifier and TypeMethodDescriptionprotected void
BackchannelAuthenticationEndpoint.extractAdditionalParams
(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request) -
Uses of BackchannelAuthenticationEndpointRequest in org.keycloak.protocol.oidc.grants.ciba.endpoints.request
Methods in org.keycloak.protocol.oidc.grants.ciba.endpoints.request that return BackchannelAuthenticationEndpointRequestModifier and TypeMethodDescriptionBackchannelAuthenticationEndpointRequestParserProcessor.parseRequest
(EventBuilder event, KeycloakSession session, ClientModel client, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParams, CibaConfig config) Methods in org.keycloak.protocol.oidc.grants.ciba.endpoints.request with parameters of type BackchannelAuthenticationEndpointRequestModifier and TypeMethodDescriptionvoid
BackchannelAuthenticationEndpointRequestParser.parseRequest
(BackchannelAuthenticationEndpointRequest request)