Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.SecurityTagsProperties
-
Packages that use SecurityTagsProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of SecurityTagsProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return SecurityTagsProperties Modifier and Type Method Description SecurityTagsPropertiesElementHeader. getSecurityTags()Return the information used by security engines to secure access to the asset's content.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type SecurityTagsProperties Modifier and Type Method Description voidElementHeader. setSecurityTags(SecurityTagsProperties securityTags)Set up the information used by security engines to secure access to the asset's content. -
Uses of SecurityTagsProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type SecurityTagsProperties Constructor Description SecurityTagsProperties(SecurityTagsProperties template)Copy/clone constructor
-