Class OAuth2GrantType.Context
java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantType.Context
- Enclosing interface:
- OAuth2GrantType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClientModelprotected Objectprotected org.keycloak.common.ClientConnectionprotected Corsprotected DPoPprotected EventBuilderprotected jakarta.ws.rs.core.HttpHeadersprotected RealmModelprotected HttpRequestprotected HttpResponseprotected KeycloakSessionprotected Object -
Constructor Summary
ConstructorsConstructorDescriptionContext(KeycloakSession session, Object clientConfig, Map<String, String> clientAuthAttributes, jakarta.ws.rs.core.MultivaluedMap<String, String> formParams, EventBuilder event, Cors cors, Object tokenManager, DPoP dPoP) Context(OAuth2GrantType.Context context) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClient(ClientModel client) voidsetClientAuthAttributes(Map<String, String> clientAuthAttributes) voidsetClientConfig(Object clientConfig) voidsetFormParams(jakarta.ws.rs.core.MultivaluedHashMap<String, String> formParams)
-
Field Details
-
session
-
realm
-
client
-
clientConfig
-
clientConnection
protected org.keycloak.common.ClientConnection clientConnection -
clientAuthAttributes
-
request
-
response
-
headers
protected jakarta.ws.rs.core.HttpHeaders headers -
formParams
-
event
-
cors
-
tokenManager
-
dPoP
-
-
Constructor Details
-
Context
-
Context
-
-
Method Details
-
setFormParams
-
setClient
-
setClientConfig
-
setClientAuthAttributes
-