Package org.keycloak.component
Class ComponentModelScope
java.lang.Object
org.keycloak.Config.AbstractScope
org.keycloak.component.ComponentModelScope
- All Implemented Interfaces:
Config.Scope
- Author:
- hmlnarik
-
Constructor Summary
ConstructorsConstructorDescriptionComponentModelScope(Config.Scope origScope, ComponentModel componentConfig) ComponentModelScope(Config.Scope origScope, ComponentModel componentConfig, String prefix) -
Method Summary
Modifier and TypeMethodDescription<T> TgetComponentNote(String key) root()RootConfig.Scopefor global options.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
-
Constructor Details
-
ComponentModelScope
-
ComponentModelScope
-
-
Method Details
-
getComponentId
-
getComponentName
-
getComponentNote
-
getComponentParentId
-
getComponentSubType
-
get
-
scope
-
getPropertyNames
-
getComponentModel
-
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.
-