Package org.keycloak.provider
Interface ConfiguredProvider
- All Known Subinterfaces:
ComponentFactory<CreatedType,,ProviderType> ConfiguredComponent,SubComponentFactory<CreatedType,ProviderType>
public interface ConfiguredProvider
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptiondefault <C> CReturns a default configuration for this provider.
-
Method Details
-
getHelpText
String getHelpText() -
getConfigProperties
List<ProviderConfigProperty> getConfigProperties() -
getConfig
default <C> C getConfig()Returns a default configuration for this provider.- Type Parameters:
C- the type of the configuration- Returns:
- the default configuration
-