
public interface OAuditingService extends OSecurityComponent
| Modifier and Type | Method and Description |
|---|---|
void |
changeConfig(String databaseName,
com.orientechnologies.orient.core.record.impl.ODocument cfg) |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfig(String databaseName) |
void |
log(com.orientechnologies.orient.core.security.OAuditingOperation operation,
String message) |
void |
log(com.orientechnologies.orient.core.security.OAuditingOperation operation,
String username,
String message) |
void |
log(com.orientechnologies.orient.core.security.OAuditingOperation operation,
String dbName,
String username,
String message) |
active, config, dispose, isEnabledvoid changeConfig(String databaseName, com.orientechnologies.orient.core.record.impl.ODocument cfg) throws IOException
IOExceptioncom.orientechnologies.orient.core.record.impl.ODocument getConfig(String databaseName)
void log(com.orientechnologies.orient.core.security.OAuditingOperation operation,
String message)
void log(com.orientechnologies.orient.core.security.OAuditingOperation operation,
String username,
String message)
Copyright © 2009–2018 OrientDB. All rights reserved.