public interface Win32_Account
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getDescription() |
String |
getDomain() |
Optional<OffsetDateTime> |
getInstallDate() |
boolean |
getLocalAccount() |
String |
getName() |
String |
getSID() |
byte |
getSIDType() |
String |
getStatus() |
static List<Win32_Account> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_Account> client) |
String getCaption()
String getDescription()
String getDomain()
Optional<OffsetDateTime> getInstallDate()
boolean getLocalAccount()
String getName()
String getSID()
byte getSIDType()
String getStatus()
static void query(CIMV2Wmi wmi, Consumer<Win32_Account> client)
static List<Win32_Account> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.