| Package | Description | 
|---|---|
| org.keycloak.provider | 
| Modifier and Type | Method and Description | 
|---|---|
ProviderConfigurationBuilder | 
ProviderConfigurationBuilder.ProviderConfigPropertyBuilder.add()
Add the current property, and start building the next one 
 | 
static ProviderConfigurationBuilder | 
ProviderConfigurationBuilder.create()  | 
ProviderConfigurationBuilder | 
ProviderConfigurationBuilder.property(ProviderConfigProperty property)  | 
ProviderConfigurationBuilder | 
ProviderConfigurationBuilder.property(String name,
        String label,
        String helpText,
        String type,
        Object defaultValue,
        List<String> options)  | 
ProviderConfigurationBuilder | 
ProviderConfigurationBuilder.property(String name,
        String label,
        String helpText,
        String type,
        Object defaultValue,
        List<String> options,
        boolean secret)  | 
Copyright © 2022 JBoss by Red Hat. All rights reserved.