Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
-
Packages that use SecurityTagsProperties Package Description org.odpi.openmetadata.accessservices.assetowner.metadataelements org.odpi.openmetadata.accessservices.assetowner.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.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.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.assetowner.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.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type SecurityTagsProperties Constructor Description SecurityTagsProperties(SecurityTagsProperties template)Copy/clone constructor
-