Package org.keycloak.provider
Class ProviderConfigurationBuilder
java.lang.Object
org.keycloak.provider.ProviderConfigurationBuilder
Builds a list of ProviderConfigProperty instances.
- Author:
 - Stian Thorgersen
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Create the list.static ProviderConfigurationBuildercreate()property()property(String name, String label, String helpText, String type, Object defaultValue, List<String> options) property(String name, String label, String helpText, String type, Object defaultValue, List<String> options, boolean secret) property(ProviderConfigProperty property)  
- 
Method Details
- 
create
 - 
property
 - 
property
 - 
property
 - 
property
 - 
build
Create the list.- Returns:
 
 
 -