Class SecurityOfficerHandler
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securityofficer.server.handler.SecurityOfficerHandler
-
public class SecurityOfficerHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description SecurityOfficerHandler(OMRSRepositoryConnector repositoryConnector)Construct the connection handler with a link to the property handlers's connector and this access service's official name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityDetailgetEntityDetailById(String userId, String assetGuid)List<EntityDetail>getSchemaElementsAssignedToBusinessTerms(String userId, String glossaryTermGUID)
-
-
-
Constructor Detail
-
SecurityOfficerHandler
public SecurityOfficerHandler(OMRSRepositoryConnector repositoryConnector) throws 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.- Throws:
PropertyServerException- - there is a problem retrieving information from the metadata server
-
-
Method Detail
-
getEntityDetailById
public EntityDetail getEntityDetailById(String userId, String assetGuid)
-
getSchemaElementsAssignedToBusinessTerms
public List<EntityDetail> getSchemaElementsAssignedToBusinessTerms(String userId, String glossaryTermGUID)
-
-