Package org.keycloak.component
Class ComponentModelScope
java.lang.Object
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 TypeMethodDescriptionString[]getBoolean(String key) getBoolean(String key, Boolean defaultValue) <T> TgetComponentNote(String key)  
- 
Constructor Details
- 
ComponentModelScope
 - 
ComponentModelScope
 
 - 
 - 
Method Details
- 
getComponentId
 - 
getComponentName
 - 
getComponentNote
 - 
getComponentParentId
 - 
getComponentSubType
 - 
get
- Specified by:
 getin interfaceConfig.Scope
 - 
get
- Specified by:
 getin interfaceConfig.Scope
 - 
getArray
- Specified by:
 getArrayin interfaceConfig.Scope
 - 
getInt
- Specified by:
 getIntin interfaceConfig.Scope
 - 
getInt
- Specified by:
 getIntin interfaceConfig.Scope
 - 
getLong
- Specified by:
 getLongin interfaceConfig.Scope
 - 
getLong
- Specified by:
 getLongin interfaceConfig.Scope
 - 
getBoolean
- Specified by:
 getBooleanin interfaceConfig.Scope
 - 
getBoolean
- Specified by:
 getBooleanin interfaceConfig.Scope
 - 
scope
- Specified by:
 scopein interfaceConfig.Scope
 - 
getPropertyNames
- Specified by:
 getPropertyNamesin interfaceConfig.Scope
 - 
getComponentModel
 
 -