public class KMSAudit extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KMSAudit.OpStatus |
| Modifier and Type | Field and Description |
|---|---|
static String |
KMS_LOGGER_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
error(UserGroupInformation user,
String method,
String url,
String extraMsg) |
void |
ok(UserGroupInformation user,
KMS.KMSOp op,
String extraMsg) |
void |
ok(UserGroupInformation user,
KMS.KMSOp op,
String key,
String extraMsg) |
void |
shutdown() |
void |
unauthenticated(String remoteHost,
String method,
String url,
String extraMsg) |
void |
unauthorized(UserGroupInformation user,
KMS.KMSOp op,
String key) |
public static final String KMS_LOGGER_NAME
public void ok(UserGroupInformation user, KMS.KMSOp op, String key, String extraMsg)
public void ok(UserGroupInformation user, KMS.KMSOp op, String extraMsg)
public void unauthorized(UserGroupInformation user, KMS.KMSOp op, String key)
public void error(UserGroupInformation user, String method, String url, String extraMsg)
public void unauthenticated(String remoteHost, String method, String url, String extraMsg)
public void shutdown()
Copyright © 2018 CERN. All Rights Reserved.