Package org.keycloak.provider
Interface ConfiguredProvider
-
- All Known Subinterfaces:
ComponentFactory<CreatedType,ProviderType>,ConfiguredComponent,SubComponentFactory<CreatedType,ProviderType>,UserStorageProviderFactory<T>
public interface ConfiguredProvider- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ProviderConfigProperty>getConfigProperties()StringgetHelpText()
-
-
-
Method Detail
-
getHelpText
String getHelpText()
-
getConfigProperties
List<ProviderConfigProperty> getConfigProperties()
-
-