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:
isInternal
in interfaceSpi
-
getName
-
getProviderClass
- Specified by:
getProviderClass
in interfaceSpi
-
getProviderFactoryClass
- Specified by:
getProviderFactoryClass
in interfaceSpi
-