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