Package org.keycloak.protocol.oidc
Class TokenIntrospectionSpi
java.lang.Object
org.keycloak.protocol.oidc.TokenIntrospectionSpi
- All Implemented Interfaces:
 Spi
A Spi to support additional tokens types to the OAuth2 Token Introspection Endpoint.
- Author:
 - Pedro Igor
 
- 
Constructor Details
- 
TokenIntrospectionSpi
public TokenIntrospectionSpi() 
 - 
 - 
Method Details
- 
isInternal
public boolean isInternal()- Specified by:
 isInternalin interfaceSpi
 - 
getName
 - 
getProviderClass
- Specified by:
 getProviderClassin interfaceSpi
 - 
getProviderFactoryClass
- Specified by:
 getProviderFactoryClassin interfaceSpi
 
 -