| |
|
| java.lang.Object org.datashare.UserInfo
UserInfo | public class UserInfo implements Serializable(Code) | | contains static information about clients (things that should not change once
they are connected to the server)
|
admin | public boolean admin(Code) | | |
authenticated | public boolean authenticated(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
UserInfo | public UserInfo(RegistrationInfo regInfo)(Code) | | Constructor, not useful except for testing for what type of object is in a
DataShareObject
|
getClientMode | public int getClientMode()(Code) | | |
|
|
|