|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.jcifs.CifsUserInfo
Field Summary | |
static int |
AF_OP_ACCOUNTS
Accounts operator |
static int |
AF_OP_COMM
Communications operator |
static int |
AF_OP_PRINT
Print operator |
static int |
AF_OP_SERVER
Server operator |
(package private) int |
fBadLogons
|
(package private) java.lang.String |
fComment
|
(package private) int |
fCountryCode
|
(package private) java.lang.String |
fHomeDir
|
(package private) long |
fLastLogoff
|
(package private) long |
fLastLogon
|
(package private) java.lang.String |
fLogonServer
|
(package private) int |
fNumLogons
|
(package private) int |
fOperatorPriv
|
(package private) int |
fPasswordAge
|
(package private) java.lang.String |
fUserComment
|
(package private) java.lang.String |
fUserFullName
|
(package private) java.lang.String |
fUserName
|
(package private) int |
fUserPriv
|
static int |
USER_PRIV_ADMIN
User has Administrator privilege |
static int |
USER_PRIV_GUEST
User is guest |
static int |
USER_PRIV_USER
User privilege |
Constructor Summary | |
(package private) |
CifsUserInfo()
Protected constructor |
Method Summary | |
int |
getBadLogons()
Gets the number of incorrect passwords entered since the last successful logon |
java.lang.String |
getComment()
Gets comment |
int |
getCountryCode()
Gets the country code for the user's language of choice. |
java.lang.String |
getFullUserName()
Gets the full name of the user |
java.lang.String |
getHomeDir()
Gets the path name of the user's home directory |
java.util.Date |
getLastLogoff()
Gets the time when the user last logged off. |
java.util.Date |
getLastLogon()
Gets the time when the user last logged on |
int |
getLogons()
Gets the number of times this user has logged on. |
java.lang.String |
getLogonServer()
Gets the name of the server to which logon requests are sent. |
int |
getOperatorPrivileges()
Gets the account operator privileges. |
int |
getPasswordAge()
Gets how many seconds have elapsed since the password was last changed |
java.lang.String |
getUserComment()
Gets comment about the user |
java.lang.String |
getUserName()
Gets the user name for which information is retrieved |
int |
getUserPrivilege()
Gets the level of the privilege assigned to the user |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int USER_PRIV_GUEST
public static final int USER_PRIV_USER
public static final int USER_PRIV_ADMIN
public static final int AF_OP_PRINT
public static final int AF_OP_COMM
public static final int AF_OP_SERVER
public static final int AF_OP_ACCOUNTS
java.lang.String fUserName
java.lang.String fComment
java.lang.String fUserComment
java.lang.String fUserFullName
int fUserPriv
int fOperatorPriv
int fPasswordAge
java.lang.String fHomeDir
long fLastLogon
long fLastLogoff
int fBadLogons
int fNumLogons
java.lang.String fLogonServer
int fCountryCode
Constructor Detail |
CifsUserInfo()
Method Detail |
public java.lang.String getUserName()
public java.lang.String getComment()
public java.lang.String getUserComment()
public java.lang.String getFullUserName()
public int getUserPrivilege()
public int getOperatorPrivileges()
public int getPasswordAge()
public java.lang.String getHomeDir()
public java.util.Date getLastLogon()
public java.util.Date getLastLogoff()
public int getBadLogons()
public int getLogons()
public java.lang.String getLogonServer()
public int getCountryCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |