Class OAuth2GrantTypeSpi
java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantTypeSpi
- All Implemented Interfaces:
Spi
A Spi
to support pluggable OAuth 2.0 grant types in Token Endpoint.
- Author:
- Dmitry Telegin
-
Constructor Details
-
OAuth2GrantTypeSpi
public OAuth2GrantTypeSpi()
-
-
Method Details
-
isInternal
public boolean isInternal()- Specified by:
isInternal
in interfaceSpi
-
getName
-
getProviderClass
- Specified by:
getProviderClass
in interfaceSpi
-
getProviderFactoryClass
- Specified by:
getProviderFactoryClass
in interfaceSpi
-