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
-
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:
get
in interfaceConfig.Scope
-
get
- Specified by:
get
in interfaceConfig.Scope
-
getArray
- Specified by:
getArray
in interfaceConfig.Scope
-
getInt
- Specified by:
getInt
in interfaceConfig.Scope
-
getInt
- Specified by:
getInt
in interfaceConfig.Scope
-
getLong
- Specified by:
getLong
in interfaceConfig.Scope
-
getLong
- Specified by:
getLong
in interfaceConfig.Scope
-
getBoolean
- Specified by:
getBoolean
in interfaceConfig.Scope
-
getBoolean
- Specified by:
getBoolean
in interfaceConfig.Scope
-
scope
- Specified by:
scope
in interfaceConfig.Scope
-
getPropertyNames
- Specified by:
getPropertyNames
in interfaceConfig.Scope
-