Package org.keycloak
Interface Config.Scope
- 
- All Known Implementing Classes:
- ComponentModelScope,- Config.SystemPropertiesScope,- JsonConfigProvider.JsonScope
 - Enclosing class:
- Config
 
 public static interface Config.Scope- Author:
- Stian Thorgersen
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract 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... scope)
 
- 
- 
- 
Method Detail- 
scopeConfig.Scope scope(String... scope) 
 
- 
 
-