public class PacLogonInfo extends Object
| Constructor and Description |
|---|
PacLogonInfo(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
short |
getBadPasswordCount() |
String |
getDomainName() |
SID[] |
getExtraSids() |
SID |
getGroupSid() |
SID[] |
getGroupSids() |
String |
getHomeDirectory() |
String |
getHomeDrive() |
Date |
getKickOffTime() |
Date |
getLogoffTime() |
short |
getLogonCount() |
String |
getLogonScript() |
Date |
getLogonTime() |
String |
getProfilePath() |
Date |
getPwdCanChangeTime() |
Date |
getPwdLastChangeTime() |
Date |
getPwdMustChangeTime() |
SID[] |
getResourceGroupSids() |
String |
getServerName() |
int |
getUserAccountControl() |
String |
getUserDisplayName() |
int |
getUserFlags() |
String |
getUserName() |
SID |
getUserSid() |
public PacLogonInfo(byte[] data)
throws PACDecodingException
PACDecodingExceptionpublic Date getLogonTime()
public Date getLogoffTime()
public Date getKickOffTime()
public Date getPwdLastChangeTime()
public Date getPwdCanChangeTime()
public Date getPwdMustChangeTime()
public short getLogonCount()
public short getBadPasswordCount()
public String getUserName()
public String getUserDisplayName()
public String getLogonScript()
public String getProfilePath()
public String getHomeDirectory()
public String getHomeDrive()
public String getServerName()
public String getDomainName()
public SID getUserSid()
public SID getGroupSid()
public SID[] getGroupSids()
public SID[] getResourceGroupSids()
public SID[] getExtraSids()
public int getUserAccountControl()
public int getUserFlags()
Copyright © 2021. All rights reserved.