Class OAuth2GrantType.Context

java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantType.Context
Enclosing interface:
OAuth2GrantType

public static class OAuth2GrantType.Context extends Object
  • Field Details

    • session

      protected KeycloakSession session
    • realm

      protected RealmModel realm
    • client

      protected ClientModel client
    • clientConfig

      protected Object clientConfig
    • clientConnection

      protected org.keycloak.common.ClientConnection clientConnection
    • clientAuthAttributes

      protected Map<String,String> clientAuthAttributes
    • request

      protected HttpRequest request
    • response

      protected HttpResponse response
    • headers

      protected jakarta.ws.rs.core.HttpHeaders headers
    • formParams

      protected jakarta.ws.rs.core.MultivaluedMap<String,String> formParams
    • event

      protected EventBuilder event
    • cors

      protected Cors cors
    • tokenManager

      protected Object tokenManager
    • dPoP

      protected DPoP dPoP
  • Constructor Details

  • Method Details

    • setFormParams

      public void setFormParams(jakarta.ws.rs.core.MultivaluedHashMap<String,String> formParams)
    • setClient

      public void setClient(ClientModel client)
    • setClientConfig

      public void setClientConfig(Object clientConfig)
    • setClientAuthAttributes

      public void setClientAuthAttributes(Map<String,String> clientAuthAttributes)