Index

B E F G H I M N O P S T U V 
All Classes and Interfaces|All Packages

B

BAD_PLATFORM_SECURITY_CONNECTION - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-PLATFORM-SECURITY-400-001 - The OMAG server platform has been configured with a bad connection to its platform security connector.
BAD_SERVER_SECURITY_CONNECTION - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-PLATFORM-SECURITY-400-002 - The OMAG server {0} has been configured with a bad connection to its security connector.

E

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

F

FAILED_TO_RETRIEVE_USER - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0023 - Exception {0} occurred when retrieving user {1}; message was {2}
FAILED_TO_RETRIEVE_USER - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OPEN-METADATA-SECURITY-403-018 - Exception {0} occurred when retrieving user {1}; message was {2}

G

getMessageDefinition() - Method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
Retrieve a message definition object for an exception.
getUserAccount(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataUserSecurity
Retrieve information about a specific user
getUserId() - Method in class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataUserAccount
Return the userId that identifies the account.

H

hashCode() - Method in class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataUserAccount
Hash of properties

I

INCOMPLETE_ASSET - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0014 - User {0} is not authorized to change asset {1} because it has missing properties: {2}
INCOMPLETE_ASSET - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-010 - User {0} is not authorized to change asset {1} because it has missing properties: {2}

M

MULTIPLE_CONNECTIONS_FOUND - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-015 - {0} connections are connected to the asset with unique identifier {1} but there is no security connector to select a connection for user {2}; the calling method is {3}

N

NO_CONNECTIONS_ALLOWED - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-016 - {0} connections are connected to the asset with unique identifier {1} but the user {2} is not permitted to use any of them; the calling method is {3}
NULL_ANCHOR - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0021 - User {0} is not authorized to issue operation {1} because the anchor is null
NULL_ANCHOR - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-500-002 - User {0} is not authorized to issue operation {1} because the anchor is null

O

OpenMetadataElementSecurity - Interface in org.odpi.openmetadata.metadatasecurity
Provides the API for a security connector that implements security rules based on the elements being accessed.
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.
OpenMetadataRepositorySecurity - Interface in org.odpi.openmetadata.metadatasecurity
OpenMetadataRepositorySecurity defines security checks for accessing and maintaining open metadata types and instances in the local repository.
OpenMetadataSecurityAuditCode - Enum Class in org.odpi.openmetadata.metadatasecurity.ffdc
The OpenMetadataSecurityAuditCode is used to define the message content for the OMRS Audit Log.
OpenMetadataSecurityErrorCode - Enum Class in org.odpi.openmetadata.metadatasecurity.ffdc
The OpenMetadataSecurityErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with open metadata security connectors.
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.
OpenMetadataUserAccount - Class in org.odpi.openmetadata.metadatasecurity.properties
OpenMetadataUserAccount extends UserAccount with properties that should not leave the server.
OpenMetadataUserAccount() - Constructor for class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataUserAccount
Default constructor
OpenMetadataUserAccount(String, UserAccount) - Constructor for class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataUserAccount
Copy constructor
OpenMetadataUserSecurity - Interface in org.odpi.openmetadata.metadatasecurity
This interface is used to authenticate a user and return the properties known about them that can be included in the resulting JWT token.
org.odpi.openmetadata.metadatasecurity - package org.odpi.openmetadata.metadatasecurity
 
org.odpi.openmetadata.metadatasecurity.ffdc - package org.odpi.openmetadata.metadatasecurity.ffdc
 
org.odpi.openmetadata.metadatasecurity.properties - package org.odpi.openmetadata.metadatasecurity.properties
 

P

PLATFORM_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0001 - The Open Metadata Security Service {0} for OMAG Server Platform {1} is initializing
PLATFORM_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0002 - The Open Metadata Security Service {0} for OMAG Server Platform {1} is shutting down

S

selectConnection(String, EntityDetail, List<EntityDetail>, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Use the security connector to make a choice on which connection to supply to the requesting user.
SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0003 - The Open Metadata Security Service {0} for server {1} is initializing
SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0004 - The Open Metadata Security Service {0} for server {1} is shutting down
setServerPlatformURL(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataPlatformSecurity
Set up the URL Root for the platform where this is running.
setUserId(String) - Method in class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataUserAccount
Set up the userId that identifies the account.

T

toString() - Method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataUserAccount
Standard toString method.

U

UNAUTHORIZED_ADD_FEEDBACK - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0008 - User {0} is not authorized to attach feedback to asset {1}
UNAUTHORIZED_ANCHOR_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0011 - User {0} is not authorized to issue operation {1} on {2} anchor element {3}
UNAUTHORIZED_ANCHOR_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-007 - User {0} is not authorized to issue operation {1} on {2} anchor element {3}
UNAUTHORIZED_ASSET_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0013 - User {0} is not authorized to change asset {1}
UNAUTHORIZED_ASSET_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-009 - User {0} is not authorized to change asset {1}
UNAUTHORIZED_ASSET_CREATE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0012 - User {0} is not authorized to create an asset of type {1}
UNAUTHORIZED_ASSET_CREATE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-008 - User {0} is not authorized to create an asset of type {1}
UNAUTHORIZED_ASSET_FEEDBACK - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-004 - User {0} is not authorized to attach feedback to asset {1}
UNAUTHORIZED_CONNECTION_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0010 - User {0} is not authorized to use connection {1}
UNAUTHORIZED_CONNECTION_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-006 - User {0} is not authorized to access connection {1}
UNAUTHORIZED_ELEMENT_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0020 - User {0} is not authorized to issue operation {1} on {2} element {3}
UNAUTHORIZED_ELEMENT_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-020 - User {0} is not authorized to issue an operation {1} on glossary {2}
UNAUTHORIZED_INSTANCE_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0018 - User {0} is not authorized to access open metadata instance {1} of type {2} on server {3}
UNAUTHORIZED_INSTANCE_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-013 - User {0} is not authorized to access open metadata instance {1} of type {2} on server {3}
UNAUTHORIZED_INSTANCE_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0019 - User {0} is not authorized to change open metadata type {1} of type {2} on server {3} using method {4}
UNAUTHORIZED_INSTANCE_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-014 - User {0} is not authorized to change open metadata instance {1} of type {2} on server {3}
UNAUTHORIZED_INSTANCE_CREATE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0017 - User {0} is not authorized to create an open metadata instance of type {1} on server {2}
UNAUTHORIZED_PLATFORM_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0005 - User {0} is not authorized to issue a request to this OMAG Server Platform
UNAUTHORIZED_PLATFORM_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-PLATFORM-SECURITY-403-001 - User {0} is not authorized to issue request to {1}
UNAUTHORIZED_SERVER_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0006 - User {0} is not authorized to issue a request to server {1}
UNAUTHORIZED_SERVER_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-002 - User {0} is not authorized to issue a request to server {1}
UNAUTHORIZED_SERVICE_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0007 - User {0} is not authorized to issue {1} requests for service {2} on server {3}
UNAUTHORIZED_SERVICE_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-003 - User {0} is not authorized to issue {1} requests
UNAUTHORIZED_TYPE_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0015 - User {0} is not authorized to access open metadata type {1} ({2}) on server {3}
UNAUTHORIZED_TYPE_ACCESS - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-011 - User {0} is not authorized to access open metadata type {1} ({2}) on server {3}
UNAUTHORIZED_TYPE_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0016 - User {0} is not authorized to change open metadata type {1} ({2}) on server {3}
UNAUTHORIZED_TYPE_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-012 - User {0} is not authorized to change open metadata type {1} ({2}) on server {3}
UNAUTHORIZED_ZONE_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0009 - User {0} is not authorized to change the zone membership of asset {1} from {2} to {3}
UNAUTHORIZED_ZONE_CHANGE - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-SERVER-SECURITY-403-005 - User {0} is not authorized to change the zone membership for asset {1} from {2} to {3}
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0099 - The security connector {0} received an unexpected {1} exception during method {2}; the error message was: {3}
UNKNOWN_CONNECTION_RETURNED - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OMAG-PLATFORM-SECURITY-500-001 - {0} connections are connected to the asset with unique identifier {1} but the connector selecting the connection for user {2} has returned an unrecognized connection; the calling method is {3}
UNKNOWN_USER - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
OPEN-METADATA-SECURITY-0022 - User {0} is not recognized
UNKNOWN_USER - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
OPEN-METADATA-SECURITY-403-017 - User {0} is not recognized

V

validateEntityReferenceCopySave(String, EntityDetail) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a reference copy should be saved to the repository.
validateRelationshipReferenceCopySave(String, Relationship) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a reference copy should be saved to the repository.
validateUserAsInvestigatorForPlatform(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataPlatformSecurity
Check that the calling user is authorized to issue diagnostic 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.
validateUserForAnchorAddFeedback(String, EntityDetail, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to attach feedback - such as comments, ratings, tags and likes, to the anchor or member element.
validateUserForAnchorAttach(String, EntityDetail, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to link unanchored elements
validateUserForAnchorClassify(String, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to add or update a classification on this anchor or member element.
validateUserForAnchorDeclassify(String, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to remove a classification from this anchor or member element
validateUserForAnchorDeleteFeedback(String, EntityDetail, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to detach feedback - such as comments, ratings, tags and likes, to the anchor or member element.
validateUserForAnchorDetach(String, EntityDetail, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to link unanchored elements
validateUserForAnchorMemberAdd(String, EntityDetail, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to attach feedback - such as comments, ratings, tags and likes, to the element.
validateUserForAnchorMemberDelete(String, EntityDetail, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to delete an element and all of its contents.
validateUserForAnchorMemberRead(String, EntityDetail, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have read access to a specific element and its contents.
validateUserForAnchorMemberStatusUpdate(String, EntityDetail, EntityDetail, InstanceStatus, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to update the instance status of an element.
validateUserForAnchorMemberUpdate(String, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to update elements attached directly to an anchor such as glossary terms and categories attached to an element.
validateUserForElementAddFeedback(String, EntityDetail, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to attach feedback - such as comments, ratings, tags and likes, to the element.
validateUserForElementAttach(String, EntityDetail, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to link unanchored elements to this element
validateUserForElementClassify(String, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to add or update a classification on this element.
validateUserForElementCreate(String, String, String, InstanceProperties, List<Classification>, InstanceStatus, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to create an element.
validateUserForElementDeclassify(String, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to remove a classification from this element
validateUserForElementDelete(String, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to delete an element and all of its contents.
validateUserForElementDeleteFeedback(String, EntityDetail, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to detach feedback - such as comments, ratings, tags and likes, to the element.
validateUserForElementDetach(String, EntityDetail, EntityDetail, String, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to link unanchored elements to this element
validateUserForElementDetailUpdate(String, EntityDetail, InstanceProperties, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to update the properties of an element.
validateUserForElementRead(String, EntityDetail, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have read access to a specific element and its contents.
validateUserForElementStatusUpdate(String, EntityDetail, InstanceStatus, OMRSRepositoryHelper, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataElementSecurity
Tests for whether a specific user should have the right to update the properties of an element.
validateUserForEntityClassificationAdd(String, String, EntitySummary, String, InstanceProperties) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to add a classification to an entity instance within a repository.
validateUserForEntityClassificationDelete(String, String, EntitySummary, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to delete a classification from an entity instance within a repository.
validateUserForEntityClassificationUpdate(String, String, EntitySummary, String, InstanceProperties) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to update a classification for an entity instance within a repository.
validateUserForEntityCreate(String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to create an instance within a repository.
validateUserForEntityDelete(String, String, EntityDetail) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to delete an instance within a repository.
validateUserForEntityProxyRead(String, String, EntityProxy) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have read access to a specific instance within a repository.
validateUserForEntityRead(String, String, EntityDetail) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have read access to a specific instance within a repository.
validateUserForEntityReHoming(String, String, EntityDetail, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change the home of an instance within a repository.
validateUserForEntityReIdentification(String, String, EntityDetail, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change the guid on an instance within a repository.
validateUserForEntityRestore(String, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to restore an instance within a repository.
validateUserForEntityReTyping(String, String, EntityDetail, TypeDefSummary) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change an instance's type within a repository.
validateUserForEntitySummaryRead(String, String, EntitySummary) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have read access to a specific instance within a repository.
validateUserForEntityUpdate(String, String, EntityDetail) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to update an instance within a repository.
validateUserForNewServer(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataPlatformSecurity
Check that the calling user is authorized to create new servers.
validateUserForRelationshipCreate(String, String, String, InstanceProperties, EntitySummary, EntitySummary, InstanceStatus) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to create an instance within a repository.
validateUserForRelationshipDelete(String, String, Relationship) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to delete an instance within a repository.
validateUserForRelationshipRead(String, String, Relationship) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have read access to a specific instance within a repository.
validateUserForRelationshipReHoming(String, String, Relationship, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change the home of an instance within a repository.
validateUserForRelationshipReIdentification(String, String, Relationship, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change the guid on an instance within a repository.
validateUserForRelationshipRestore(String, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to restore an instance within a repository.
validateUserForRelationshipReTyping(String, String, Relationship, TypeDefSummary) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change an instance's type within a repository.
validateUserForRelationshipUpdate(String, String, Relationship) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to update an instance within a repository.
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.
validateUserForTypeCreate(String, String, AttributeTypeDef) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to create a type within a repository.
validateUserForTypeCreate(String, String, TypeDef) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to create a type within a repository.
validateUserForTypeDelete(String, String, AttributeTypeDef) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to delete a type within a repository.
validateUserForTypeDelete(String, String, TypeDef) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to delete a type within a repository.
validateUserForTypeRead(String, String, AttributeTypeDef) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have read access to a specific type within a repository.
validateUserForTypeRead(String, String, TypeDef) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have read access to a specific type within a repository.
validateUserForTypeReIdentify(String, String, AttributeTypeDef, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change the identifiers for a type within a repository.
validateUserForTypeReIdentify(String, String, TypeDef, String, String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to change the identifiers for a type within a repository.
validateUserForTypeUpdate(String, String, TypeDef, TypeDefPatch) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataRepositorySecurity
Tests for whether a specific user should have the right to update a type within a repository.
valueOf(String) - Static method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
B E F G H I M N O P S T U V 
All Classes and Interfaces|All Packages