Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.account.XMPPAccount Class Reference

Inherits Serializable.

List of all members.

Public Member Functions

boolean useSASL ()
boolean useTLS ()
int getPort ()
String getDomain ()
String getUsername ()
String getPassword ()
String getServer ()
String toString ()
int hashCode ()
boolean equals (Object obj)

Package Functions

 XMPPAccount (String username, String password, String domain, String server, int port, boolean useTLS, boolean useSASL)
void setUseSASL (boolean useSASL)
void setUseTLS (boolean useTLS)
void setPort (int port)
void setDomain (String domain)
void setUsername (String username)
void setPassword (String password)
void setServer (String server)

Detailed Description

Representation of an XMPP account.

Author:
Sebastian Schlaak
Stefan Rossbach

Constructor & Destructor Documentation

de.fu_berlin.inf.dpp.account.XMPPAccount.XMPPAccount ( String  username,
String  password,
String  domain,
String  server,
int  port,
boolean  useTLS,
boolean  useSASL 
) [package]

Member Function Documentation

boolean de.fu_berlin.inf.dpp.account.XMPPAccount.equals ( Object  obj)
String de.fu_berlin.inf.dpp.account.XMPPAccount.getDomain ( )
String de.fu_berlin.inf.dpp.account.XMPPAccount.getPassword ( )
int de.fu_berlin.inf.dpp.account.XMPPAccount.getPort ( )
String de.fu_berlin.inf.dpp.account.XMPPAccount.getServer ( )
String de.fu_berlin.inf.dpp.account.XMPPAccount.getUsername ( )
int de.fu_berlin.inf.dpp.account.XMPPAccount.hashCode ( )
void de.fu_berlin.inf.dpp.account.XMPPAccount.setDomain ( String  domain) [package]
void de.fu_berlin.inf.dpp.account.XMPPAccount.setPassword ( String  password) [package]
void de.fu_berlin.inf.dpp.account.XMPPAccount.setPort ( int  port) [package]
void de.fu_berlin.inf.dpp.account.XMPPAccount.setServer ( String  server) [package]
void de.fu_berlin.inf.dpp.account.XMPPAccount.setUsername ( String  username) [package]
void de.fu_berlin.inf.dpp.account.XMPPAccount.setUseSASL ( boolean  useSASL) [package]
void de.fu_berlin.inf.dpp.account.XMPPAccount.setUseTLS ( boolean  useTLS) [package]
String de.fu_berlin.inf.dpp.account.XMPPAccount.toString ( )
boolean de.fu_berlin.inf.dpp.account.XMPPAccount.useSASL ( )
boolean de.fu_berlin.inf.dpp.account.XMPPAccount.useTLS ( )
 All Classes Namespaces Files Functions Variables Enumerations