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
Modifier and TypeClassDescriptionclass
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create the list.static ProviderConfigurationBuilder
create()
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:
-