|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.starla.smb.SMBUserInfo
SMB user information class
The SMBUserInfo class contains the details of a user account on a remote server.
The SMBAdminSession.getUserInfo () method returns an SMBUserInfo object for the specified remote user.
Field Summary | |
static int |
OperAccounts
|
static int |
OperComm
|
static int |
OperPrint
Account operator privileges |
static int |
OperServer
|
static int |
PrivAdmin
|
static int |
PrivGuest
Account privilege levels |
static int |
PrivUser
|
Method Summary | |
java.util.BitSet |
getAllowedHours()
Return the accounts allowed logon times, as a set of 168 bits. |
int |
getBadPasswordCount()
Return the bad password count for this user account |
java.lang.String |
getComment()
Return the account comment string |
short |
getCountryCode()
Return the accounts country code |
int |
getDiskQuota()
Return the accounts disk quota |
java.lang.String |
getFullUserName()
Return the users full name |
java.lang.String |
getHomeDirectory()
Return the users home directory specification |
java.util.Date |
getLastLogoffDateTime()
Return the date/time that the user last logged off |
java.util.Date |
getLastLogonDateTime()
Return the date/time that the user last logged in |
int |
getLogonCount()
Return the number of times that this user has logged on |
java.lang.String |
getLogonServer()
Return the logon server used by this account |
java.lang.String |
getNodeName()
Return the node name for this user account |
int |
getOperatorPrivileges()
Return the accounts operator privileges |
int |
getPasswordAge()
Return the age of the current password, in seconds |
short |
getPrivilegeLevel()
Return the user privilege level |
java.lang.String |
getUserComment()
Return the user comment string |
java.lang.String |
getUserName()
Return the user name string |
java.lang.String |
getWorkstationList()
Return the allowed workstation list for this account |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int PrivGuest
public static final int PrivUser
public static final int PrivAdmin
public static final int OperPrint
public static final int OperComm
public static final int OperServer
public static final int OperAccounts
Method Detail |
public final java.util.BitSet getAllowedHours()
public final int getBadPasswordCount()
public final java.lang.String getComment()
public final short getCountryCode()
public final int getDiskQuota()
public final java.lang.String getFullUserName()
public final java.lang.String getHomeDirectory()
public final java.util.Date getLastLogoffDateTime()
public final java.util.Date getLastLogonDateTime()
public final int getLogonCount()
public final java.lang.String getLogonServer()
public final java.lang.String getNodeName()
public final int getOperatorPrivileges()
public final int getPasswordAge()
public final short getPrivilegeLevel()
public final java.lang.String getUserComment()
public final java.lang.String getUserName()
public final java.lang.String getWorkstationList()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |