Package org.keycloak
Class Config.SystemPropertiesScope
java.lang.Object
org.keycloak.Config.SystemPropertiesScope
- All Implemented Interfaces:
Config.Scope
- Enclosing class:
- Config
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getBoolean
(String key) getBoolean
(String key, Boolean defaultValue)
-
Field Details
-
prefix
-
-
Constructor Details
-
SystemPropertiesScope
-
-
Method Details
-
get
- Specified by:
get
in interfaceConfig.Scope
-
get
- Specified by:
get
in interfaceConfig.Scope
-
getArray
- Specified by:
getArray
in interfaceConfig.Scope
-
getInt
- Specified by:
getInt
in interfaceConfig.Scope
-
getInt
- Specified by:
getInt
in interfaceConfig.Scope
-
getLong
- Specified by:
getLong
in interfaceConfig.Scope
-
getLong
- Specified by:
getLong
in interfaceConfig.Scope
-
getBoolean
- Specified by:
getBoolean
in interfaceConfig.Scope
-
getBoolean
- Specified by:
getBoolean
in interfaceConfig.Scope
-
scope
- Specified by:
scope
in interfaceConfig.Scope
-
getPropertyNames
- Specified by:
getPropertyNames
in interfaceConfig.Scope
-