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,
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.
|
List<String> |
OpenMetadataAssetSecurity.verifyAssetZones(List<String> defaultZones,
List<String> supportedZones,
Asset originalAsset,
Asset updatedAsset) |
Deprecated.
|