Class InsufficientPrivilegeAuditEvent
- java.lang.Object
-
- com.microstrategy.utils.log.audit.AuditEvent
-
- com.microstrategy.utils.log.audit.InsufficientPrivilegeAuditEvent
-
public class InsufficientPrivilegeAuditEvent extends AuditEvent
This class was created as an ease of use for the generic AuditEvent class for the EnumAuditEventType.INSUFFICIENT_PRIVILEGE use case. While not in current use, we've also given it the ability to store the actual privilege that led to the failure (in case we need this to pass stricter FedRamp requirements).
-
-
Constructor Summary
Constructors Constructor Description InsufficientPrivilegeAuditEvent()
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.log.audit.AuditEvent
getEventType, getResult, setEventType, setResult
-
-