IPWorks Auth 2020 Kotlin Edition

Questions / Feedback?

ComputerList Event

Fired for each computer entry returned.

Syntax

public open class DefaultActivedirectoryEventListener : ActivedirectoryEventListener {
  ...
  public override fun computerList(e: ActivedirectoryComputerListEvent) {}
  ...
}

public class ActivedirectoryComputerListEvent {
  val name: String?
  val operatingSystem: String?
  val lastLogon: String?
  val logonCount: Int
  val dn: String?
}

Remarks

This event is fired once for each computer returned when the ListComputers method is called.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Auth 2020 Kotlin Edition - Version 20.0 [Build 7941]