java.lang.Object
org.odpi.openmetadata.accessservices.securityofficer.server.handler.SecurityOfficerHandler

public class SecurityOfficerHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecurityOfficerHandler(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, String sourceName)
    Construct the connection handler with a link to the property handlers's connector and this access service's official name.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail
    getEntityDetailById(String userId, String assetGuid)
     
    List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail>
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityOfficerHandler

      public SecurityOfficerHandler(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, String sourceName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Construct the connection handler with a link to the property handlers's connector and this access service's official name.
      Parameters:
      repositoryConnector - - connector to the property handlers.
      sourceName - source name
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - - there is a problem retrieving information from the metadata server
  • Method Details

    • getEntityDetailById

      public org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail getEntityDetailById(String userId, String assetGuid)
    • getSchemaElementsAssignedToBusinessTerms

      public List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail> getSchemaElementsAssignedToBusinessTerms(String userId, String glossaryTermGUID)