Uses of Interface
gov.nist.secauto.oscal.lib.profile.resolver.policy.IIdentifierParser
Packages that use IIdentifierParser
-
Uses of IIdentifierParser in gov.nist.secauto.oscal.lib.profile.resolver.policy
Classes in gov.nist.secauto.oscal.lib.profile.resolver.policy that implement IIdentifierParserFields in gov.nist.secauto.oscal.lib.profile.resolver.policy declared as IIdentifierParserModifier and TypeFieldDescriptionstatic final IIdentifierParserIIdentifierParser.FRAGMENT_PARSERstatic final IIdentifierParserIIdentifierParser.IDENTITY_PARSERMethods in gov.nist.secauto.oscal.lib.profile.resolver.policy that return IIdentifierParserModifier and TypeMethodDescriptionAbstractCustomReferencePolicy.getIdentifierParser()ICustomReferencePolicy.getIdentifierParser()Get the parser to use to parse an entity identifier from the reference text.Methods in gov.nist.secauto.oscal.lib.profile.resolver.policy with parameters of type IIdentifierParserModifier and TypeMethodDescriptionstatic PropertyReferencePolicyPropertyReferencePolicy.create(IIdentifierParser identifierParser, IEntityItem.ItemType itemType) static PropertyReferencePolicyPropertyReferencePolicy.create(IIdentifierParser identifierParser, List<IEntityItem.ItemType> itemTypes) Constructors in gov.nist.secauto.oscal.lib.profile.resolver.policy with parameters of type IIdentifierParserModifierConstructorDescriptionprotectedAbstractCustomReferencePolicy(IIdentifierParser identifierParser) AbstractMultiItemTypeReferencePolicy(IIdentifierParser identifierParser, List<IEntityItem.ItemType> itemTypes) PropertyReferencePolicy(IIdentifierParser identifierParser, List<IEntityItem.ItemType> itemTypes)