public interface Win32_LogonSession
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationPackage() |
String |
getCaption() |
String |
getDescription() |
Optional<OffsetDateTime> |
getInstallDate() |
String |
getLogonId() |
int |
getLogonType() |
String |
getName() |
Optional<OffsetDateTime> |
getStartTime() |
String |
getStatus() |
static List<Win32_LogonSession> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_LogonSession> client) |
String getAuthenticationPackage()
String getCaption()
String getDescription()
Optional<OffsetDateTime> getInstallDate()
String getLogonId()
int getLogonType()
String getName()
Optional<OffsetDateTime> getStartTime()
String getStatus()
static void query(CIMV2Wmi wmi, Consumer<Win32_LogonSession> client)
static List<Win32_LogonSession> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.