Class ComponentModelScope

java.lang.Object
org.keycloak.Config.AbstractScope
org.keycloak.component.ComponentModelScope
All Implemented Interfaces:
Config.Scope

public class ComponentModelScope extends Config.AbstractScope
Author:
hmlnarik
  • Constructor Details

  • Method Details

    • getComponentId

      public String getComponentId()
    • getComponentName

      public String getComponentName()
    • getComponentNote

      public <T> T getComponentNote(String key)
    • getComponentParentId

      public String getComponentParentId()
    • getComponentSubType

      public String getComponentSubType()
    • get

      public String get(String key)
    • scope

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

      public Set<String> getPropertyNames()
    • getComponentModel

      public ComponentModel getComponentModel()
    • 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.