- validateUserAsInvestigatorForPlatform(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataPlatformSecurity
-
Check that the calling user is authorized to issue operator requests to the OMAG Server Platform.
- validateUserAsOperatorForPlatform(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataPlatformSecurity
-
Check that the calling user is authorized to issue operator requests to the OMAG Server Platform.
- validateUserAsServerAdmin(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataServerSecurity
-
Check that the calling user is authorized to update the configuration for a server.
- validateUserAsServerInvestigator(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataServerSecurity
-
Check that the calling user is authorized to issue operator requests to the OMAG Server.
- validateUserAsServerOperator(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataServerSecurity
-
Check that the calling user is authorized to issue operator requests to the OMAG Server.
- validateUserForAssetAttachmentUpdate(String, Asset) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
-
Tests for whether a specific user should have the right to update elements attached directly
to an asset such as schema and connections.
- validateUserForAssetCreate(String, Asset) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
-
Tests for whether a specific user should have the right to create an asset.
- validateUserForAssetDelete(String, Asset) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
-
Tests for whether a specific user should have the right to delete an asset.
- validateUserForAssetDetailUpdate(String, Asset, AssetAuditHeader, Asset) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
-
Tests for whether a specific user should have the right to update an asset.
- validateUserForAssetFeedback(String, Asset) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
-
Tests for whether a specific user should have the right to attach feedback - such as comments,
ratings, tags and likes, to the asset.
- validateUserForAssetRead(String, Asset) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
-
Tests for whether a specific user should have read access to a specific asset.
- validateUserForConnection(String, Connection) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataConnectionSecurity
-
Tests for whether a specific user should have access to a connection.
- validateUserForNewServer(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataPlatformSecurity
-
Check that the calling user is authorized to create new servers.
- validateUserForServer(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataServerSecurity
-
Check that the calling user is authorized to issue a (any) request to the OMAG Server.
- validateUserForService(String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataServiceSecurity
-
Check that the calling user is authorized to issue this request.
- validateUserForServiceOperation(String, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataServiceSecurity
-
Check that the calling user is authorized to issue this specific request.
- verifyAssetZones(List<String>, List<String>, Asset, Asset) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
-
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.