Class PermissionGrantTypeFactory

java.lang.Object
org.keycloak.protocol.oidc.grants.PermissionGrantTypeFactory
All Implemented Interfaces:
OAuth2GrantTypeFactory, ProviderFactory<OAuth2GrantType>

public class PermissionGrantTypeFactory extends Object implements OAuth2GrantTypeFactory
Factory for User-Managed Access (UMA) 2.0 Grant for OAuth 2.0 Authorization
Author:
Dmitry Telegin