Class BackchannelTokenRequestContext
java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.clientpolicy.context.BackchannelTokenRequestContext
- All Implemented Interfaces:
ClientPolicyContext
- Author:
- Takashi Norimatsu
-
Constructor Summary
ConstructorDescriptionBackchannelTokenRequestContext
(CIBAAuthenticationRequest parsedRequest, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters) -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
returnsClientPolicyEvent
of client policy related events.
-
Constructor Details
-
BackchannelTokenRequestContext
public BackchannelTokenRequestContext(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
-
getParsedRequest
-
getRequestParameters
-