Interface UserVirtualAttributeCollectedFromUserExtSource.AttributeHandleIdentifier

Enclosing class:
UserVirtualAttributeCollectedFromUserExtSource<T extends UserVirtualAttributeCollectedFromUserExtSource.ModifyValueContext>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface UserVirtualAttributeCollectedFromUserExtSource.AttributeHandleIdentifier
Functional interface for controlling AuditEvents.

Modules can overwrite method shouldBeEventHandled to change or add events that should handled. Events that should be handled are events which make modules to produce another AuditEvent.

  • Method Summary

    Modifier and Type
    Method
    Description
    Determines whether given auditEvent should be handled.
  • Method Details

    • shouldBeEventHandled

      Integer shouldBeEventHandled(AuditEvent auditEvent)
      Determines whether given auditEvent should be handled. If it should be the method returns userId of user from the auditEvent, otherwise returns null.
      Parameters:
      auditEvent - given auditEvent
      Returns:
      userId of user from auditEvent, otherwise null