Uses of Interface
com.evolveum.midpoint.prism.schema.SchemaRegistry
Packages that use SchemaRegistry
Package
Description
-
Uses of SchemaRegistry in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return SchemaRegistryModifier and TypeMethodDescription@NotNull SchemaRegistryPrismContext.getSchemaRegistry()Returns the schema registry.Methods in com.evolveum.midpoint.prism with parameters of type SchemaRegistryModifier and TypeMethodDescriptiondefault booleanTypeDefinition.isAssignableFrom(TypeDefinition other, SchemaRegistry registry) -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl with parameters of type SchemaRegistryModifier and TypeMethodDescriptionbooleanTypeDefinitionImpl.isAssignableFrom(TypeDefinition other, SchemaRegistry schemaRegistry) Crawls up the type hierarchy and looks for type name equivalence.protected abstract ObjectSerializationProxy.resolve(SchemaRegistry registry) -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.lex
Constructors in com.evolveum.midpoint.prism.impl.lex with parameters of type SchemaRegistry -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.lex.dom
Constructors in com.evolveum.midpoint.prism.impl.lex.dom with parameters of type SchemaRegistry -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.lex.json.reader
Fields in com.evolveum.midpoint.prism.impl.lex.json.reader declared as SchemaRegistryModifier and TypeFieldDescriptionprotected final @NotNull SchemaRegistryAbstractReader.schemaRegistryConstructors in com.evolveum.midpoint.prism.impl.lex.json.reader with parameters of type SchemaRegistryModifierConstructorDescriptionJsonReader(@NotNull SchemaRegistry schemaRegistry) YamlReader(@NotNull SchemaRegistry schemaRegistry) -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.lex.json.writer
Constructors in com.evolveum.midpoint.prism.impl.lex.json.writer with parameters of type SchemaRegistryModifierConstructorDescriptionAbstractWriter(@NotNull SchemaRegistry schemaRegistry) JsonWriter(@NotNull SchemaRegistry schemaRegistry) YamlWriter(@NotNull SchemaRegistry schemaRegistry) -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type SchemaRegistryModifier and TypeMethodDescriptionstatic <ID extends ItemDefinition>
@NotNull ItemInfoItemInfo.determine(ItemDefinition itemDefinitionExplicit, QName itemNameFromSource, QName itemNameExplicit, QName itemNameDefault, QName typeNameFromSource, QName typeNameExplicit, Class<?> classExplicit, @NotNull Class<ID> definitionClass, @NotNull ParsingContext pc, @NotNull SchemaRegistry schemaRegistry) This method is to be called ONLY on the root level, i.e. when unmarshalling starts.static @NotNull ItemInfoItemInfo.determineFromValue(@NotNull PrismValue value, QName itemName, ItemDefinition itemDefinition, @NotNull SchemaRegistry schemaRegistry) -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.schema
Classes in com.evolveum.midpoint.prism.impl.schema that implement SchemaRegistryModifier and TypeClassDescriptionclassRegistry and resolver of schema files and resources. -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.schema.axiom
Classes in com.evolveum.midpoint.prism.impl.schema.axiom that implement SchemaRegistry -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl.xnode
Methods in com.evolveum.midpoint.prism.impl.xnode with parameters of type SchemaRegistryModifier and TypeMethodDescriptionstatic XNodeDefinition.RootXNodeDefinition.root(@NotNull SchemaRegistry schemaRegistry) static XNodeDefinition.RootXNodeDefinition.rootWithDefinition(@NotNull SchemaRegistry schemaRegistry, ItemDefinition<?> topLevelItem) -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that return SchemaRegistry -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return SchemaRegistry -
Uses of SchemaRegistry in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type SchemaRegistryModifier and TypeMethodDescriptionstatic AuthenticationsPolicyTypeSecurityPolicyUtil.createDefaultAuthenticationPolicy(List<String> customIgnoredLocalPaths, SchemaRegistry schemaRegistry)