Uses of Class
gov.nist.secauto.oscal.lib.model.ProfileImport
Package
Description
-
Uses of ProfileImport in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionboolean
Profile.addImport
(ProfileImport item) Add a newProfileImport
item to the underlying collection.boolean
Profile.removeImport
(ProfileImport item) Remove the first matchingProfileImport
item from the underlying collection. -
Uses of ProfileImport in gov.nist.secauto.oscal.lib.profile.resolver.selection
Modifier and TypeMethodDescriptionstatic IControlFilter
IControlFilter.newInstance
(ProfileImport profileImport) Construct a new filter instance based on the provided profile import statement.