public class AccountAuthenticationRequest extends java.lang.Object implements JBaseSerializable
Request for authentication. Copied from jRemote version
Modifier and Type | Class and Description |
---|---|
static class |
AccountAuthenticationRequest.AccountUserCredentials |
JBaseSerializable.TYPE
Constructor and Description |
---|
AccountAuthenticationRequest(java.lang.String user,
java.lang.String account,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
int |
getVersion() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
public AccountAuthenticationRequest(java.lang.String user, java.lang.String account, java.lang.String password)
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
writeObject
in interface JBaseSerializable
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in interface JBaseSerializable
java.io.IOException
java.lang.ClassNotFoundException
public int getType()
getType
in interface JBaseSerializable
com.jbase.jremote.io.JBaseSerializable#getType()
public int getVersion()
getVersion
in interface JBaseSerializable