Class ClientCredentialsGrantTypeFactory
java.lang.Object
org.keycloak.protocol.oidc.grants.ClientCredentialsGrantTypeFactory
- All Implemented Interfaces:
OAuth2GrantTypeFactory,ProviderFactory<OAuth2GrantType>
Factory for OAuth 2.0 Client Credentials Grant
- Author:
- Dmitry Telegin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Constructor Details
-
ClientCredentialsGrantTypeFactory
public ClientCredentialsGrantTypeFactory()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProviderFactory<OAuth2GrantType>
-
create
- Specified by:
createin interfaceProviderFactory<OAuth2GrantType>
-
init
- Specified by:
initin interfaceProviderFactory<OAuth2GrantType>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<OAuth2GrantType>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<OAuth2GrantType>
-