Interface IUserInfo

All Known Subinterfaces:
IUserAddAuditEvent, IUserRemoveAuditEvent, IUserRestoreAuditEvent, IUserUpdateAuditEvent

public interface IUserInfo
Information about a user that is involved in an operation that is under audit.
Since:
13.3
  • Method Details

    • getSource

      IUserInfo.Source getSource()
      Gets the provisioning IUserInfo.Source of the user that this IUserInfo represents.
      Returns:
      See above.
    • getProvisioningType

      ProvisioningType getProvisioningType()
      Gets the ProvisioningType of the operation that provisioned the user that this IUserInfo represents.
      Returns:
      See above.
    • getId

      String getId()
      Gets a String that contains the unique identifier of the user that this IUserInfo represents.
      Returns:
      See above.
    • getUserName

      String getUserName()
      Gets a String that contains the user name of the user that this IUserInfo represents.
      Returns:
      See above.
    • getDisplayName

      String getDisplayName()
      Gets a String that contains the display name of the user that this IUserInfo represents.
      Returns:
      See above.