Package org.wso2.carbon.utils
Class AuditLog
- java.lang.Object
-
- org.wso2.carbon.utils.AuditLog
-
public class AuditLog extends Object
Audit log.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditLog.AuditLogBuilderBuilder class for AuditLog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Map<String,Object>getData()StringgetId()StringgetInitiatorId()StringgetInitiatorType()StringgetRecordedAt()StringgetRequestId()StringgetTargetId()StringgetTargetType()
-
-
-
Method Detail
-
getId
public String getId()
-
getRecordedAt
public String getRecordedAt()
-
getRequestId
public String getRequestId()
-
getInitiatorId
public String getInitiatorId()
-
getInitiatorType
public String getInitiatorType()
-
getTargetId
public String getTargetId()
-
getTargetType
public String getTargetType()
-
getAction
public String getAction()
-
-