Package org.keycloak
Class Config.SystemPropertiesScope
java.lang.Object
org.keycloak.Config.SystemPropertiesScope
- All Implemented Interfaces:
 Config.Scope
- Enclosing class:
 - Config
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionString[]getBoolean(String key) getBoolean(String key, Boolean defaultValue)  
- 
Field Details
- 
prefix
 
 - 
 - 
Constructor Details
- 
SystemPropertiesScope
 
 - 
 - 
Method Details
- 
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
 
 -