Interface OAuth2GrantTypeFactory

All Superinterfaces:
ProviderFactory<OAuth2GrantType>
All Known Implementing Classes:
AuthorizationCodeGrantTypeFactory, CibaGrantTypeFactory, ClientCredentialsGrantTypeFactory, DeviceGrantTypeFactory, PermissionGrantTypeFactory, RefreshTokenGrantTypeFactory, ResourceOwnerPasswordCredentialsGrantTypeFactory, TokenExchangeGrantTypeFactory

public interface OAuth2GrantTypeFactory extends ProviderFactory<OAuth2GrantType>
Provider interface for OAuth 2.0 grant types
Author:
Dmitry Telegin