Class StringListMapContext

java.lang.Object
org.keycloak.models.map.storage.file.common.BlockContext.DefaultMapContext<Collection<String>>
org.keycloak.models.map.storage.file.common.StringListMapContext
All Implemented Interfaces:
BlockContext<Map<String,Collection<String>>>

public class StringListMapContext extends BlockContext.DefaultMapContext<Collection<String>>
Block context which suitable for properties stored in a Map<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 values
Author:
hmlnarik