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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <C> CgetConfig()Returns a default configuration for this provider.List<ProviderConfigProperty>getConfigProperties()StringgetHelpText()
-
-
-
Method Detail
-
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
-
-