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:
 isInternalin interfaceSpi
 - 
getName
 - 
getProviderClass
- Specified by:
 getProviderClassin interfaceSpi
 - 
getProviderFactoryClass
- Specified by:
 getProviderFactoryClassin interfaceSpi
 
 -