public abstract class AuditableServerServiceInstanceHandler extends OMAGServerServiceInstanceHandler
platformInstanceMap, serviceName| Modifier and Type | Method and Description |
|---|---|
AuditLog |
getAuditLog(String userId,
String serverName,
String serviceOperationName)
Return the audit log for this access service and server.
|
getServerSecurityVerifier, getServerServiceInstance, getServiceName, isServerActive, removeServerServiceInstancepublic AuditLog getAuditLog(String userId, String serverName, String serviceOperationName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userIdserverName - name of the server tied to the requestserviceOperationName - name of the REST API call (typically the top-level methodName)InvalidParameterException - the server name is not knownUserNotAuthorizedException - the user is not authorized to issue the request.PropertyServerException - the service name is not known or the metadata collection is
not available - indicating a logic errorCopyright © 2018–2020 ODPi. All rights reserved.