Uses of Class
org.openiam.idm.srvc.audit.dto.AuditAttributeName
-
Packages that use AuditAttributeName Package Description org.openiam.elasticsearch.model org.openiam.idm.srvc.audit.dto -
-
Uses of AuditAttributeName in org.openiam.elasticsearch.model
Methods in org.openiam.elasticsearch.model with parameters of type AuditAttributeName Modifier and Type Method Description void
IdmAuditLogDoc. addAttributeAsJson(AuditAttributeName key, Object o, CustomJacksonMapper mapper)
void
IdmAuditLogDoc. put(AuditAttributeName key, String value)
-
Uses of AuditAttributeName in org.openiam.idm.srvc.audit.dto
Methods in org.openiam.idm.srvc.audit.dto that return AuditAttributeName Modifier and Type Method Description static AuditAttributeName
AuditAttributeName. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditAttributeName[]
AuditAttributeName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.idm.srvc.audit.dto with parameters of type AuditAttributeName Modifier and Type Method Description AuditLogBuilder
AuditLogBuilder. put(AuditAttributeName key, Integer value)
AuditLogBuilder
AuditLogBuilder. put(AuditAttributeName key, Long value)
AuditLogBuilder
AuditLogBuilder. put(AuditAttributeName key, Object value, com.fasterxml.jackson.databind.ObjectMapper mapper)
AuditLogBuilder
AuditLogBuilder. put(AuditAttributeName key, String value)
-