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 TypeMethodDescriptiondefault SchemaRegistry
Definition.getSchemaRegistry()
@NotNull SchemaRegistry
PrismContext.getSchemaRegistry()
Returns the schema registry.Methods in com.evolveum.midpoint.prism with parameters of type SchemaRegistryModifier and TypeMethodDescriptiondefault boolean
TypeDefinition.isAssignableFrom
(TypeDefinition other, SchemaRegistry registry) -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return SchemaRegistry -
Uses of SchemaRegistry in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return SchemaRegistryMethods in com.evolveum.midpoint.prism.impl with parameters of type SchemaRegistryModifier and TypeMethodDescriptionboolean
TypeDefinitionImpl.isAssignableFrom
(TypeDefinition other, SchemaRegistry schemaRegistry) Crawls up the type hierarchy and looks for type name equivalence.protected abstract Object
SerializationProxy.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 SchemaRegistry
AbstractReader.schemaRegistry
Constructors 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.static @NotNull ItemInfo
ItemInfo.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 TypeClassDescriptionclass
Registry 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.Root
XNodeDefinition.root
(@NotNull SchemaRegistry schemaRegistry) -
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 AuthenticationsPolicyType
SecurityPolicyUtil.createDefaultAuthenticationPolicy
(List<String> customIgnoredLocalPaths, SchemaRegistry schemaRegistry)