Class PermissionGrantTypeFactory
java.lang.Object
org.keycloak.protocol.oidc.grants.PermissionGrantTypeFactory
- All Implemented Interfaces:
OAuth2GrantTypeFactory,ProviderFactory<OAuth2GrantType>
Factory for User-Managed Access (UMA) 2.0 Grant for OAuth 2.0 Authorization
- 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
dependsOn, getConfigMetadata, order
-
Constructor Details
-
PermissionGrantTypeFactory
public PermissionGrantTypeFactory()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProviderFactory<OAuth2GrantType>
-
getShortcut
- Specified by:
getShortcutin interfaceOAuth2GrantTypeFactory
-
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>
-