public class Win32_UserAccountImpl extends xyz.cofe.win.wmi.WmiObjImpl implements Win32_UserAccount
| Constructor and Description |
|---|
Win32_UserAccountImpl(com.jacob.activeX.ActiveXComponent activeXComponent) |
Win32_UserAccountImpl(com.jacob.activeX.ActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi) |
Win32_UserAccountImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent) |
Win32_UserAccountImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi) |
| 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() |
getActiveXComponent, getWmiMethods, getWmiPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitquery, querypublic Win32_UserAccountImpl(com.jacob.activeX.ActiveXComponent activeXComponent)
public Win32_UserAccountImpl(com.jacob.activeX.ActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi)
public Win32_UserAccountImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent)
public Win32_UserAccountImpl(xyz.cofe.win.activex.GetActiveXComponent activeXComponent,
xyz.cofe.win.wmi.Wmi wmi)
public int getAccountType()
getAccountType in interface Win32_UserAccountpublic String getCaption()
getCaption in interface Win32_UserAccountpublic String getDescription()
getDescription in interface Win32_UserAccountpublic boolean getDisabled()
getDisabled in interface Win32_UserAccountpublic String getDomain()
getDomain in interface Win32_UserAccountpublic String getFullName()
getFullName in interface Win32_UserAccountpublic Optional<OffsetDateTime> getInstallDate()
getInstallDate in interface Win32_UserAccountpublic boolean getLocalAccount()
getLocalAccount in interface Win32_UserAccountpublic boolean getLockout()
getLockout in interface Win32_UserAccountpublic String getName()
getName in interface Win32_UserAccountpublic boolean getPasswordChangeable()
getPasswordChangeable in interface Win32_UserAccountpublic boolean getPasswordExpires()
getPasswordExpires in interface Win32_UserAccountpublic boolean getPasswordRequired()
getPasswordRequired in interface Win32_UserAccountpublic String getSID()
getSID in interface Win32_UserAccountpublic byte getSIDType()
getSIDType in interface Win32_UserAccountpublic String getStatus()
getStatus in interface Win32_UserAccountCopyright © 2020. All rights reserved.