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

public static class Config.SystemPropertiesScope extends Config.AbstractScope
  • Field Details

    • prefix

      protected String prefix
  • Constructor Details

    • SystemPropertiesScope

      public SystemPropertiesScope(String prefix)
  • Method Details

    • get

      public String get(String key)
    • scope

      public Config.Scope scope(String... scope)
    • getPropertyNames

      public Set<String> getPropertyNames()
    • root

      public Config.Scope root()
      Description copied from interface: Config.Scope
      Root Config.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.
      Returns:
      a Config.Scope with access to global configuration properties.