org.eclipse.higgins.icard.userprofile
Class AuthData

java.lang.Object
  extended byorg.eclipse.higgins.icard.userprofile.AuthData
All Implemented Interfaces:
Serializable

public class AuthData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AuthData()
           
 
Method Summary
 ByteBuffer getAuthPassword()
           
 ByteBuffer getNewAuthPassword()
           
 void setAuthPassword(ByteBuffer authPassword)
           
 void setNewAuthPassword(ByteBuffer newAuthPassword)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthData

public AuthData()
Method Detail

getNewAuthPassword

public ByteBuffer getNewAuthPassword()

setNewAuthPassword

public void setNewAuthPassword(ByteBuffer newAuthPassword)

getAuthPassword

public ByteBuffer getAuthPassword()

setAuthPassword

public void setAuthPassword(ByteBuffer authPassword)