Package org.keycloak.provider
Class ConfigurationValidationHelper
- java.lang.Object
- 
- org.keycloak.provider.ConfigurationValidationHelper
 
- 
 public class ConfigurationValidationHelper extends Object - Author:
- Stian Thorgersen
 
- 
- 
Method Summary
 
- 
- 
- 
Method Detail- 
checkpublic static ConfigurationValidationHelper check(ComponentModel model) 
 - 
checkIntpublic ConfigurationValidationHelper checkInt(ProviderConfigProperty property, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkListpublic ConfigurationValidationHelper checkList(ProviderConfigProperty property, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkIntpublic ConfigurationValidationHelper checkInt(String key, String label, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkLongpublic ConfigurationValidationHelper checkLong(ProviderConfigProperty property, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkLongpublic ConfigurationValidationHelper checkLong(String key, String label, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkSinglepublic ConfigurationValidationHelper checkSingle(ProviderConfigProperty property, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkSinglepublic ConfigurationValidationHelper checkSingle(String key, String label, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkRequiredpublic ConfigurationValidationHelper checkRequired(ProviderConfigProperty property) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkRequiredpublic ConfigurationValidationHelper checkRequired(String key, String label) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkBooleanpublic ConfigurationValidationHelper checkBoolean(ProviderConfigProperty property, boolean required) throws ComponentValidationException - Throws:
- ComponentValidationException
 
 - 
checkBooleanpublic ConfigurationValidationHelper checkBoolean(String key, String label, boolean required) 
 
- 
 
-