Uses of Class
org.keycloak.protocol.oidc.grants.ciba.channel.CIBAAuthenticationRequest
- 
- 
Uses of CIBAAuthenticationRequest in org.keycloak.protocol.oidc.grants.ciba.channelMethods in org.keycloak.protocol.oidc.grants.ciba.channel that return CIBAAuthenticationRequest Modifier and Type Method Description static CIBAAuthenticationRequestCIBAAuthenticationRequest. deserialize(KeycloakSession session, String jwe)Deserialize the givenjweto aCIBAAuthenticationRequestinstance.Methods in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type CIBAAuthenticationRequest Modifier and Type Method Description booleanAuthenticationChannelProvider. requestAuthentication(CIBAAuthenticationRequest request, String infoUsedByAuthenticator)Request the authentication(AuthN) and authorization(AuthZ) by an authentication device (AD) to the external entity via Authentication Channel.booleanHttpAuthenticationChannelProvider. requestAuthentication(CIBAAuthenticationRequest request, String infoUsedByAuthenticator)
- 
Uses of CIBAAuthenticationRequest in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.contextMethods in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context that return CIBAAuthenticationRequest Modifier and Type Method Description CIBAAuthenticationRequestBackchannelAuthenticationRequestContext. getParsedRequest()CIBAAuthenticationRequestBackchannelTokenRequestContext. getParsedRequest()CIBAAuthenticationRequestBackchannelTokenResponseContext. getParsedRequest()Constructors in org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context with parameters of type CIBAAuthenticationRequest Constructor Description BackchannelAuthenticationRequestContext(BackchannelAuthenticationEndpointRequest request, CIBAAuthenticationRequest parsedRequest, javax.ws.rs.core.MultivaluedMap<String,String> requestParameters)BackchannelTokenRequestContext(CIBAAuthenticationRequest parsedRequest, javax.ws.rs.core.MultivaluedMap<String,String> requestParameters)BackchannelTokenResponseContext(CIBAAuthenticationRequest parsedRequest, javax.ws.rs.core.MultivaluedMap<String,String> requestParameters, ClientSessionContext clientSessionCtx, TokenManager.AccessTokenResponseBuilder accessTokenResponseBuilder)
- 
Uses of CIBAAuthenticationRequest in org.keycloak.protocol.oidc.grants.ciba.endpointsMethods in org.keycloak.protocol.oidc.grants.ciba.endpoints with parameters of type CIBAAuthenticationRequest Modifier and Type Method Description protected voidBackchannelAuthenticationEndpoint. extractAdditionalParams(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request)
 
-