Class BackchannelAuthenticationRequestContext
java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context.BackchannelAuthenticationRequestContext
- All Implemented Interfaces:
ClientPolicyContext
- Author:
- Takashi Norimatsu
-
Constructor Summary
ConstructorDescriptionBackchannelAuthenticationRequestContext
(BackchannelAuthenticationEndpointRequest request, CIBAAuthenticationRequest parsedRequest, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters) -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
returnsClientPolicyEvent
of client policy related events.
-
Constructor Details
-
BackchannelAuthenticationRequestContext
public BackchannelAuthenticationRequestContext(BackchannelAuthenticationEndpointRequest request, CIBAAuthenticationRequest parsedRequest, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters)
-
-
Method Details
-
getEvent
Description copied from interface:ClientPolicyContext
returnsClientPolicyEvent
of client policy related events.- Specified by:
getEvent
in interfaceClientPolicyContext
- Returns:
ClientPolicyEvent
-
getRequest
-
getParsedRequest
-
getRequestParameters
-