Skip navigation links
A E G H I O S T V 

A

AssetAuditHeader - Class in org.odpi.openmetadata.metadatasecurity.properties
AssetAuditHeader provides details of the audit header for a specific asset
AssetAuditHeader() - Constructor for class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Default constructor
AssetAuditHeader(AssetAuditHeader) - Constructor for class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Copy/clone constructor

E

equals(Object) - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Compare the values of the supplied object with those stored in the current object.

G

getCreatedBy() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Return the name of the user that created this instance.
getCreateTime() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Return the date/time that this instance was created.
getMaintainedBy() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Return the list of users responsible for maintaining this instance.
getUpdatedBy() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Return the name of the user that last updated this instance.
getUpdateTime() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Return what was the late time this instance was updated.
getVersion() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Return the version number for this instance.

H

hashCode() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Return has code based on properties.

I

initializeAssetZones(List<String>, 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 default zones.

O

OpenMetadataAssetSecurity - Interface in org.odpi.openmetadata.metadatasecurity
OpenMetadataAssetSecurity is able to intercede as the zones are set up in an asset and validates what a user is allowed to do with to Assets (often using the zone values).
OpenMetadataConnectionSecurity - Interface in org.odpi.openmetadata.metadatasecurity
OpenMetadataConnectionSecurity defines the interface of a security connector that is validating whether a specific user should be given access to a specific Connection object.
OpenMetadataPlatformSecurity - Interface in org.odpi.openmetadata.metadatasecurity
OpenMetadataPlatformSecurity provides the interface for a security connector that validates whether a calling user can access any service on an OMAG Server Platform.
OpenMetadataServerSecurity - Interface in org.odpi.openmetadata.metadatasecurity
OpenMetadataServerSecurity provides the root interface for a connector that validates access to Open Metadata services and instances for a specific user.
OpenMetadataServiceSecurity - Interface in org.odpi.openmetadata.metadatasecurity
OpenMetadataServiceSecurity provides the interface for a plugin connector that validates whether a calling user can access a specific metadata service.
org.odpi.openmetadata.metadatasecurity - package org.odpi.openmetadata.metadatasecurity
 
org.odpi.openmetadata.metadatasecurity.properties - package org.odpi.openmetadata.metadatasecurity.properties
 

S

setCreatedBy(String) - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Set up the name of the user that created this instance.
setCreateTime(Date) - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Set up the time that this instance was created.
setMaintainedBy(List<String>) - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Set up the list of users responsible for maintaining this instance.
setSupportedZonesForUser(List<String>, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataAssetSecurity
Determine the appropriate setting for the supported zones depending on the user and the default supported zones set up for the service.
setUpdatedBy(String) - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Set up the name of the user that last updated this instance.
setUpdateTime(Date) - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Set up the last update time for this instance.
setVersion(long) - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Set up the version number for this instance.

T

toString() - Method in class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
Standard toString method.

V

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.
A E G H I O S T V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.