Uses of Class
org.keycloak.protocol.oidc.grants.ciba.channel.CIBAAuthenticationRequest
Packages that use CIBAAuthenticationRequest
Package
Description
-
Uses of CIBAAuthenticationRequest in org.keycloak.protocol.oidc.grants.ciba.channel
Methods in org.keycloak.protocol.oidc.grants.ciba.channel that return CIBAAuthenticationRequestModifier and TypeMethodDescriptionstatic CIBAAuthenticationRequest
CIBAAuthenticationRequest.deserialize
(KeycloakSession session, String jwe) Deserialize the givenjwe
to aCIBAAuthenticationRequest
instance.Methods in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type CIBAAuthenticationRequestModifier and TypeMethodDescriptionboolean
AuthenticationChannelProvider.requestAuthentication
(CIBAAuthenticationRequest request, String infoUsedByAuthenticator) Request the authentication(AuthN) and authorization(AuthZ) by an authentication device (AD) to the external entity via Authentication Channel.boolean
HttpAuthenticationChannelProvider.requestAuthentication
(CIBAAuthenticationRequest request, String infoUsedByAuthenticator) -
Uses of CIBAAuthenticationRequest in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context
Methods in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context that return CIBAAuthenticationRequestModifier and TypeMethodDescriptionBackchannelAuthenticationRequestContext.getParsedRequest()
BackchannelTokenRequestContext.getParsedRequest()
BackchannelTokenResponseContext.getParsedRequest()
Constructors in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context with parameters of type CIBAAuthenticationRequestModifierConstructorDescriptionBackchannelAuthenticationRequestContext
(BackchannelAuthenticationEndpointRequest request, CIBAAuthenticationRequest parsedRequest, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters) BackchannelTokenRequestContext
(CIBAAuthenticationRequest parsedRequest, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters) BackchannelTokenResponseContext
(CIBAAuthenticationRequest parsedRequest, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters, ClientSessionContext clientSessionCtx, TokenManager.AccessTokenResponseBuilder accessTokenResponseBuilder) -
Uses of CIBAAuthenticationRequest in org.keycloak.protocol.oidc.grants.ciba.endpoints
Methods in org.keycloak.protocol.oidc.grants.ciba.endpoints with parameters of type CIBAAuthenticationRequestModifier and TypeMethodDescriptionprotected void
BackchannelAuthenticationEndpoint.extractAdditionalParams
(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request)