Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.SecurityTagsProperties
-
Packages that use SecurityTagsProperties Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetconsumer.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of SecurityTagsProperties in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements 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.assetconsumer.elements 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.assetconsumer.properties
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type SecurityTagsProperties Constructor Description SecurityTagsProperties(SecurityTagsProperties template)Copy/clone constructor
-