| Package | Description |
|---|---|
| org.odpi.openmetadata.metadatasecurity | |
| org.odpi.openmetadata.metadatasecurity.properties |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
OpenMetadataAssetSecurity.setAssetZonesToDefault(List<String> defaultZones,
Asset asset)
Determine the appropriate setting for the asset zones depending on the content of the asset and the
default zones.
|
void |
OpenMetadataAssetSecurity.validateUserForAssetAttachmentUpdate(String userId,
Asset asset)
Tests for whether a specific user should have the right to update elements attached directly
to an asset such as schema and connections.
|
Connection |
OpenMetadataConnectionSecurity.validateUserForAssetConnectionList(String userId,
Asset asset,
List<Connection> connections)
Select a connection from the list of connections attached to an asset.
|
void |
OpenMetadataAssetSecurity.validateUserForAssetCreate(String userId,
Asset asset)
Tests for whether a specific user should have the right to create an asset.
|
void |
OpenMetadataAssetSecurity.validateUserForAssetDelete(String userId,
Asset asset)
Tests for whether a specific user should have the right to delete an asset.
|
void |
OpenMetadataAssetSecurity.validateUserForAssetDetailUpdate(String userId,
Asset originalAsset,
AssetAuditHeader originalAssetAuditHeader,
Asset newAsset)
Tests for whether a specific user should have the right to update an asset.
|
void |
OpenMetadataAssetSecurity.validateUserForAssetFeedback(String userId,
Asset asset)
Tests for whether a specific user should have the right to attach feedback - such as comments,
ratings, tags and likes, to the asset.
|
void |
OpenMetadataAssetSecurity.validateUserForAssetRead(String userId,
Asset asset)
Tests for whether a specific user should have read access to a specific asset.
|
List<String> |
OpenMetadataAssetSecurity.verifyAssetZones(List<String> defaultZones,
List<String> supportedZones,
Asset originalAsset,
Asset updatedAsset)
Deprecated.
|
List<String> |
OpenMetadataAssetSecurity.verifyAssetZones(List<String> defaultZones,
List<String> supportedZones,
List<String> publishZones,
Asset originalAsset,
Asset updatedAsset)
Determine the appropriate setting for the asset zones depending on the content of the asset and the
settings of both default zones and supported zones.
|
| Constructor and Description |
|---|
Asset(Asset template)
Copy/clone constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.