Package org.keycloak
Class Config.SystemPropertiesScope
java.lang.Object
org.keycloak.Config.SystemPropertiesScope
- All Implemented Interfaces:
Config.Scope
- Enclosing class:
- Config
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
getBoolean
(String key) getBoolean
(String key, Boolean defaultValue) root()
RootConfig.Scope
for global options.
-
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
-
root
Description copied from interface:Config.Scope
RootConfig.Scope
for global options. The key format should match exactly what is expected to appear in the main configuration file - e.g. metrics-enabled, db, etc.- Specified by:
root
in interfaceConfig.Scope
- Returns:
- a
Config.Scope
with access to global configuration properties.
-