Package org.keycloak.protocol.oidc.tokenexchange
package org.keycloak.protocol.oidc.tokenexchange
-
ClassesClassDescriptionBase token exchange implementation.Provider for external-internal token exchange TODO Should not extend from V1TokenExchangeProvider, but rather AbstractTokenExchangeProvider or from StandardTokenExchangeProvider (as issuing internal tokens might be done in a same/similar way like for standard V2 provider)Provider factory for external-internal token exchangeProvider for internal-internal token exchange, which is compliant with the token exchange specification https://datatracker.ietf.org/doc/html/rfc8693Provider factory for internal-internal token exchange, which is compliant with the token exchange specification https://datatracker.ietf.org/doc/html/rfc8693V1 token exchange provider.V1 token exchange provider factory.