Class DeviceTokenResponseContext
java.lang.Object
org.keycloak.protocol.oidc.grants.device.clientpolicy.context.DeviceTokenResponseContext
- All Implemented Interfaces:
ClientPolicyContext
- Author:
- Takashi Norimatsu
-
Constructor Summary
ConstructorDescriptionDeviceTokenResponseContext
(OAuth2DeviceCodeModel deviceCodeModel, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters, AuthenticatedClientSessionModel clientSession, TokenManager.AccessTokenResponseBuilder accessTokenResponseBuilder) -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
returnsClientPolicyEvent
of client policy related events.
-
Constructor Details
-
DeviceTokenResponseContext
public DeviceTokenResponseContext(OAuth2DeviceCodeModel deviceCodeModel, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParameters, AuthenticatedClientSessionModel clientSession, TokenManager.AccessTokenResponseBuilder accessTokenResponseBuilder)
-
-
Method Details
-
getEvent
Description copied from interface:ClientPolicyContext
returnsClientPolicyEvent
of client policy related events.- Specified by:
getEvent
in interfaceClientPolicyContext
- Returns:
ClientPolicyEvent
-
getDeviceCodeModel
-
getRequestParameters
-
getAccessTokenResponseBuilder
-
getClientSession
-