Package org.keycloak
Interface Config.Scope
- All Known Implementing Classes:
ComponentModelScope
,Config.SystemPropertiesScope
- Enclosing class:
- Config
public static interface Config.Scope
- Author:
- Stian Thorgersen
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getBoolean
(String key) getBoolean
(String key, Boolean defaultValue) Deprecated.
-
Method Details
-
get
-
get
-
getArray
-
getInt
-
getInt
-
getLong
-
getLong
-
getBoolean
-
getBoolean
-
scope
-
getPropertyNames
Deprecated.since 26.3.0, to be removed
Was introduced for testing purposes and was not fully / correctly implements across Scope implementations
-
Was introduced for testing purposes and was not fully / correctly implements across Scope implementations