Uses of Interface
org.keycloak.models.map.storage.file.common.BlockContext
Packages that use BlockContext
Package
Description
-
Uses of BlockContext in org.keycloak.models.map.storage.file.common
Classes in org.keycloak.models.map.storage.file.common that implement BlockContextModifier and TypeClassDescriptionstatic class
static class
static class
class
BlockContext
which handles any entity accompanied withEntityField
field getters and setters, namelyMap*Entity
classes.static class
static class
class
Block context which suitable for properties stored in aMap<String, List<String>>
which accepts string mapping key, and entry value is recognized both as a plain value (converted to string) or a list of valuesstatic class
Methods in org.keycloak.models.map.storage.file.common that return BlockContextModifier and TypeMethodDescriptionBlockContext<?>
BlockContext.DefaultListContext.getContext
(String nameOfSubcontext) BlockContext.DefaultMapContext.getContext
(String nameOfSubcontext) BlockContext<?>
BlockContext.DefaultObjectContext.getContext
(String nameOfSubcontext) BlockContext<?>
BlockContext.getContext
(String nameOfSubcontext) Called after reading a key of map entry in YAML file and before reading its value.BlockContext<?>
MapEntityContext.getContext
(String nameOfSubcontext) MapEntityContext.MapEntityMappingYamlContext.getContext
(String nameOfSubcontext) BlockContext<?>
MapEntityContext.MapEntitySequenceYamlContext.getContext
(String nameOfSubcontext) BlockContext<?>
BlockContextStack.push
(String name, Supplier<BlockContext<?>> nullProducer) Pushes the subcontext to the stack.Methods in org.keycloak.models.map.storage.file.common that return types with arguments of type BlockContextModifier and TypeMethodDescriptionprotected static <T> Map<String,
Supplier<? extends BlockContext<?>>> MapEntityContext.fieldsToContextCreators
(Class<T> type) Method parameters in org.keycloak.models.map.storage.file.common with type arguments of type BlockContextModifier and TypeMethodDescriptionBlockContext<?>
BlockContextStack.push
(String name, Supplier<BlockContext<?>> nullProducer) Pushes the subcontext to the stack.Constructors in org.keycloak.models.map.storage.file.common with parameters of type BlockContext -
Uses of BlockContext in org.keycloak.models.map.storage.file.yaml
Methods in org.keycloak.models.map.storage.file.yaml with parameters of type BlockContextModifier and TypeMethodDescriptionstatic <E> E
YamlParser.parse
(Path path, BlockContext<E> initialContext) Constructors in org.keycloak.models.map.storage.file.yaml with parameters of type BlockContextModifierConstructorDescriptionprotected
YamlParser
(org.snakeyaml.engine.v2.parser.Parser p, BlockContext<E> initialContext)