Class OAuth2GrantType.Context
java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantType.Context
- Enclosing interface:
- OAuth2GrantType
-
Field Summary
Modifier and TypeFieldDescriptionprotected ClientModel
protected Object
protected ClientConnection
protected Cors
protected DPoP
protected EventBuilder
protected jakarta.ws.rs.core.HttpHeaders
protected RealmModel
protected HttpRequest
protected HttpResponse
protected KeycloakSession
protected Object
-
Constructor Summary
ConstructorDescriptionContext
(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 TypeMethodDescriptionvoid
setClient
(ClientModel client) void
setClientAuthAttributes
(Map<String, String> clientAuthAttributes) void
setClientConfig
(Object clientConfig) void
setFormParams
(jakarta.ws.rs.core.MultivaluedHashMap<String, String> formParams)
-
Field Details
-
session
-
realm
-
client
-
clientConfig
-
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
-