Class V1TokenExchangeProviderFactory
java.lang.Object
org.keycloak.protocol.oidc.tokenexchange.V1TokenExchangeProviderFactory
- All Implemented Interfaces:
TokenExchangeProviderFactory,EnvironmentDependentProviderFactory,ProviderFactory<TokenExchangeProvider>
public class V1TokenExchangeProviderFactory
extends Object
implements TokenExchangeProviderFactory, EnvironmentDependentProviderFactory
V1 token exchange provider factory. Supports all token exchange types (standard, federated, subject impersonation)
- Author:
- Dmitry Telegin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) booleanisSupported(Config.Scope config) voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Constructor Details
-
V1TokenExchangeProviderFactory
public V1TokenExchangeProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<TokenExchangeProvider>
-
init
- Specified by:
initin interfaceProviderFactory<TokenExchangeProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<TokenExchangeProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<TokenExchangeProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<TokenExchangeProvider>
-
isSupported
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-