Package org.keycloak.protocol.oidc
Class TokenExchangeSpi
java.lang.Object
org.keycloak.protocol.oidc.TokenExchangeSpi
- All Implemented Interfaces:
Spi
A Spi
to support pluggable token exchange handlers in the OAuth2 Token Endpoint.
- Author:
- Dmitry Telegin
-
Field Details
-
SPI_NAME
- See Also:
-
-
Constructor Details
-
TokenExchangeSpi
public TokenExchangeSpi()
-
-
Method Details
-
isInternal
public boolean isInternal()- Specified by:
isInternal
in interfaceSpi
-
getName
-
getProviderClass
- Specified by:
getProviderClass
in interfaceSpi
-
getProviderFactoryClass
- Specified by:
getProviderFactoryClass
in interfaceSpi
-