Package org.keycloak.services.util
Class JsonConfigProvider.JsonScope
java.lang.Object
org.keycloak.services.util.JsonConfigProvider.JsonScope
- All Implemented Interfaces:
Config.Scope
- Enclosing class:
- JsonConfigProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getBoolean(String key) getBoolean(String key, Boolean defaultValue)
-
Constructor Details
-
JsonScope
public JsonScope(com.fasterxml.jackson.databind.JsonNode config)
-
-
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
-