Uses of Interface
gov.nist.secauto.oscal.lib.profile.resolver.policy.IReferenceVisitor
-
Uses of IReferenceVisitor in gov.nist.secauto.oscal.lib.profile.resolver.policy
Modifier and TypeMethodDescriptiondefault boolean
ICustomReferencePolicyHandler.handleIdentifierNonMatch
(ICustomReferencePolicy<TYPE> policy, TYPE reference, IReferenceVisitor<?> visitor) A callback used to handle the case where an identifier could not be parsed from the reference text.default boolean
ICustomReferencePolicyHandler.handleIndexHit
(ICustomReferencePolicy<TYPE> policy, TYPE reference, IEntityItem item, IReferenceVisitor<?> visitor) A callback used to handle the case where an identifier could be parsed and the index contains a matching entity.abstract boolean
AbstractIndexMissPolicyHandler.handleIndexMiss
(ICustomReferencePolicy<TYPE> policy, TYPE type, List<IEntityItem.ItemType> itemTypes, String identifier, IReferenceVisitor<?> visitor) default boolean
ICustomReferencePolicyHandler.handleIndexMiss
(ICustomReferencePolicy<TYPE> policy, TYPE reference, List<IEntityItem.ItemType> itemTypes, String identifier, IReferenceVisitor<?> visitor) A callback used to handle the case where an identifier could be parsed from the reference text, but the index didn't contain a matching entity.