Package org.keycloak.services.util
Class JsonConfigProvider.JsonScope
- java.lang.Object
- 
- org.keycloak.services.util.JsonConfigProvider.JsonScope
 
- 
- All Implemented Interfaces:
- Config.Scope
 - Enclosing class:
- JsonConfigProvider
 
 public class JsonConfigProvider.JsonScope extends Object implements Config.Scope 
- 
- 
Constructor SummaryConstructors Constructor Description JsonScope(com.fasterxml.jackson.databind.JsonNode config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String key)Stringget(String key, String defaultValue)String[]getArray(String key)BooleangetBoolean(String key)BooleangetBoolean(String key, Boolean defaultValue)IntegergetInt(String key)IntegergetInt(String key, Integer defaultValue)LonggetLong(String key)LonggetLong(String key, Long defaultValue)Set<String>getPropertyNames()Config.Scopescope(String... path)
 
- 
- 
- 
Method Detail- 
getpublic String get(String key) - Specified by:
- getin interface- Config.Scope
 
 - 
getpublic String get(String key, String defaultValue) - Specified by:
- getin interface- Config.Scope
 
 - 
getArraypublic String[] getArray(String key) - Specified by:
- getArrayin interface- Config.Scope
 
 - 
getIntpublic Integer getInt(String key) - Specified by:
- getIntin interface- Config.Scope
 
 - 
getIntpublic Integer getInt(String key, Integer defaultValue) - Specified by:
- getIntin interface- Config.Scope
 
 - 
getLongpublic Long getLong(String key) - Specified by:
- getLongin interface- Config.Scope
 
 - 
getLongpublic Long getLong(String key, Long defaultValue) - Specified by:
- getLongin interface- Config.Scope
 
 - 
getBooleanpublic Boolean getBoolean(String key) - Specified by:
- getBooleanin interface- Config.Scope
 
 - 
getBooleanpublic Boolean getBoolean(String key, Boolean defaultValue) - Specified by:
- getBooleanin interface- Config.Scope
 
 - 
scopepublic Config.Scope scope(String... path) - Specified by:
- scopein interface- Config.Scope
 
 - 
getPropertyNamespublic Set<String> getPropertyNames() - Specified by:
- getPropertyNamesin interface- Config.Scope
 
 
- 
 
-