Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
-
Packages that use SecurityTags Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SecurityTags in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return SecurityTags Modifier and Type Method Description protected SecurityTagsAssetSecurityTags. getSecurityTags()Return the bean containing all of the propertiesConstructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SecurityTags Constructor Description AssetSecurityTags(AssetDescriptor parentAsset, SecurityTags securityTags)Bean constructorAssetSecurityTags(SecurityTags securityTags)Bean constructor -
Uses of SecurityTags in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as SecurityTags Modifier and Type Field Description protected SecurityTagsReferenceable. securityTagsMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return SecurityTags Modifier and Type Method Description SecurityTagsReferenceable. getSecurityTags()Return the information used by security engines to secure access to the asset's content.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SecurityTags Modifier and Type Method Description voidReferenceable. setSecurityTags(SecurityTags securityTags)Set up the information used by security engines to secure access to the asset's content.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SecurityTags Constructor Description SecurityTags(SecurityTags template)Copy/clone constructor
-