<< Click to Display Table of Contents >>
IOZUserInfo
This interface provides group information.
Method Detail
getUserID
public String getUserID()
Gets the ID of the user.
getPassword
public String getPassword()
Gets the password of the user.
getUserName
public String getUserName()
Gets the name of the user.
getGroupID
public String getGroupID()
Gets the ID of the group where the user belongs.
getGroupName
public String getGroupName()
Gets the name of the group where the user belongs.
getDesc
public String getDesc()
Gets the description of the user.
getUpdateUserTime
public long getUpdateUserTime()
Gets the update time of the user.
isLoggedIn
public boolean isLoggedIn()
Gets whether the user is logged in.
getSessionID
public String getSessionID()
Gets the session ID created when the user logs in.
isLoginEnabled
public boolean isLoginEnabled()
Gets whether login of the user is enabled.
getLoginIP
public String getLoginIP()
Gets the IP of the PC where the user logged in.
getLastLoginTime
public long getLastLoginTime()
Gets the last login time of the user.
getPerm
public int getPerm()
Gets the permission information of the user.