jremote jbase5.2.1

com.jbase.jremote.protocol
Class AuthenticationRequest.UserCredentials

java.lang.Object
  extended by com.jbase.jremote.protocol.AuthenticationRequest.UserCredentials
All Implemented Interfaces:
JBaseSerializable
Enclosing class:
AuthenticationRequest

public static class AuthenticationRequest.UserCredentials
extends Object
implements JBaseSerializable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jbase.jremote.io.JBaseSerializable
JBaseSerializable.TYPE
 
Field Summary
 int failedLoginAttempts
           
 String password
           
 String seed
           
 String userName
           
 
Constructor Summary
AuthenticationRequest.UserCredentials(String userName, String password)
          Constructors.
 
Method Summary
 int getType()
           
 int getVersion()
           
 void readObject(JBaseObjectReader reader, int version)
           
 void writeObject(JBaseObjectWriter writer, int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

public String userName

password

public String password

seed

public String seed

failedLoginAttempts

public int failedLoginAttempts
Constructor Detail

AuthenticationRequest.UserCredentials

public AuthenticationRequest.UserCredentials(String userName,
                                             String password)
Constructors.

Method Detail

getType

public int getType()
Specified by:
getType in interface JBaseSerializable
Returns:
type id of the objects, used during the serialization

readObject

public void readObject(JBaseObjectReader reader,
                       int version)
                throws IOException,
                       ClassNotFoundException
Specified by:
readObject in interface JBaseSerializable
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(JBaseObjectWriter writer,
                        int version)
                 throws IOException
Specified by:
writeObject in interface JBaseSerializable
Throws:
IOException

getVersion

public int getVersion()
Specified by:
getVersion in interface JBaseSerializable

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.