net.java.sip.communicator.impl.protocol.ssh
Class SSHAccountID
java.lang.Object
net.java.sip.communicator.service.protocol.AccountID
net.java.sip.communicator.impl.protocol.ssh.SSHAccountID
public class SSHAccountID
- extends AccountID
The SSH implementation of a sip-communicator account id.
- Author:
- Shobhit Jindal
| Methods inherited from class net.java.sip.communicator.service.protocol.AccountID |
equals, getAccountAddress, getAccountProperties, getAccountProperty, getAccountPropertyBoolean, getAccountPropertyInt, getAccountPropertyString, getAccountUniqueID, getDisplayName, getProtocolDisplayName, getProtocolName, getService, getUserID, hashCode, isEnabled, putAccountProperty, removeAccountProperty, setAccountProperties, toString |
SSHAccountID
SSHAccountID(String userID,
Map<String,String> accountProperties)
- Creates an account id from the specified id and account properties.
- Parameters:
userID - the user identifier correspnding to thi accountaccountProperties - any other properties necessary for the account.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.