Package org.keycloak
Class Config.SystemPropertiesScope
java.lang.Object
org.keycloak.Config.AbstractScope
org.keycloak.Config.SystemPropertiesScope
- All Implemented Interfaces:
Config.Scope
- Enclosing class:
- Config
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.Config.AbstractScope
get, getArray, getBoolean, getInt, getLong, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.Config.Scope
getBoolean, getInt, getLong
-
Field Details
-
prefix
-
-
Constructor Details
-
SystemPropertiesScope
-
-
Method Details
-
get
-
scope
-
getPropertyNames
-
root
Description copied from interface:Config.ScopeRootConfig.Scopefor global options. The key format should match exactly what is expected to appear in the main configuration file - e.g. metrics-enabled, db, etc.- Returns:
- a
Config.Scopewith access to global configuration properties.
-