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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get(String key)
String
get(String key, String defaultValue)
String[]
getArray(String key)
Boolean
getBoolean(String key)
Boolean
getBoolean(String key, Boolean defaultValue)
Integer
getInt(String key)
Integer
getInt(String key, Integer defaultValue)
Long
getLong(String key)
Long
getLong(String key, Long defaultValue)
Set<String>
getPropertyNames()
Config.Scope
scope(String... scope)
-
-
-
Method Detail
-
scope
Config.Scope scope(String... scope)
-
-