Package org.openiam.elasticsearch.model
Class IdmAuditLogDoc
- java.lang.Object
-
- org.openiam.elasticsearch.model.AbstractKeyDoc
-
- org.openiam.elasticsearch.model.IdmAuditLogDoc
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class IdmAuditLogDoc extends AbstractKeyDoc
- Author:
- lbornova This class is NOT meant to be stored in Hibernate The only reason for the Hibernate annotations is to support migrating customers who are still on 3.X of the product Customers using V4+ of the product should never store log records in the databse.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdmAuditLogDoc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttributeAsJson(AuditAttributeName key, Object o, CustomJacksonMapper mapper)
void
put(String key, String value)
void
put(AuditAttributeName key, String value)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
addAttributeAsJson
public void addAttributeAsJson(AuditAttributeName key, Object o, CustomJacksonMapper mapper)
-
put
public void put(AuditAttributeName key, String value)
-
-