Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.ssh
Class ProtocolProviderFactorySSH

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ProtocolProviderFactory
      extended by net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderFactorySSH
Direct Known Subclasses:
ProtocolProviderFactorySSHImpl

public abstract class ProtocolProviderFactorySSH
extends ProtocolProviderFactory

Author:
Shobhit Jindal

Field Summary
static String IDENTITY_FILE
          The name of a property representing the IDENTITY_FILE of the protocol for a ProtocolProviderFactory.
static String KNOWN_HOSTS_FILE
          The name of a property representing the KNOWN_HOSTS_FILE of the protocol for a ProtocolProviderFactory.
 
Fields inherited from class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
ACCOUNT_DISPLAY_NAME, ACCOUNT_ICON_PATH, ACCOUNT_UID, AUTHORIZATION_NAME, AUTO_CHANGE_USER_NAME, AUTO_DISCOVER_JINGLE_NODES, AUTO_DISCOVER_STUN, AUTO_GENERATE_RESOURCE, CLIENT_TLS_CERTIFICATE, DEFAULT_ENCRYPTION, DEFAULT_SIPZRTP_ATTRIBUTE, DISPLAY_NAME, FORCE_P2P_MODE, FORCE_PROXY_BYPASS, IS_ACCOUNT_DISABLED, IS_ALLOW_NON_SECURE, IS_CALLING_DISABLED_FOR_ACCOUNT, IS_DESKTOP_STREAMING_DISABLED, IS_PREFERRED_PROTOCOL, IS_PRESENCE_ENABLED, IS_PROTOCOL_HIDDEN, IS_SERVER_OVERRIDDEN, IS_USE_GOOGLE_ICE, IS_USE_ICE, IS_USE_JINGLE_NODES, IS_USE_UPNP, KEEP_ALIVE_INTERVAL, KEEP_ALIVE_METHOD, MODE_PARANOIA, NO_PASSWORD_REQUIRED, PASSWORD, POLLING_PERIOD, PREFERRED_CLEAR_PORT_PROPERTY_NAME, PREFERRED_SECURE_PORT_PROPERTY_NAME, PREFERRED_TRANSPORT, PROTOCOL, PROTOCOL_ICON_PATH, PROXY_ADDRESS, PROXY_ADDRESS_VALIDATED, PROXY_AUTO_CONFIG, PROXY_PASSWORD, PROXY_PORT, PROXY_TRANSPORT, PROXY_TYPE, PROXY_USERNAME, registeredAccounts, RESOURCE, RESOURCE_PRIORITY, SAVP_MANDATORY, SAVP_OFF, SAVP_OPTION, SAVP_OPTIONAL, SDES_CIPHER_SUITES, SDES_ENABLED, SERVER_ADDRESS, SERVER_ADDRESS_VALIDATED, SERVER_PORT, SERVER_TRANSPORT, SMS_SERVER_ADDRESS, STRATEGY, STUN_ADDRESS, STUN_IS_TURN_SUPPORTED, STUN_PASSWORD, STUN_PORT, STUN_PREFIX, STUN_USERNAME, SUBSCRIPTION_EXPIRATION, USE_DEFAULT_STUN_SERVER, USE_JITSI_VIDEO_BRIDGE, USER_ID, VOICEMAIL_CHECK_URI, VOICEMAIL_ENABLED, VOICEMAIL_URI
 
Constructor Summary
protected ProtocolProviderFactorySSH(org.osgi.framework.BundleContext bundleContext, String protocolName)
           
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
createAccount, createAccountID, createService, findAccountPrefix, getBundleContext, getProtocolName, getProviderForAccount, getRegisteredAccounts, installAccount, loadAccount, loadAccount, loadPassword, loadPassword, modifyAccount, removeStoredAccount, stop, stop, storeAccount, storeAccount, storePassword, storePassword, uninstallAccount, unloadAccount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTITY_FILE

public static final String IDENTITY_FILE
The name of a property representing the IDENTITY_FILE of the protocol for a ProtocolProviderFactory.

See Also:
Constant Field Values

KNOWN_HOSTS_FILE

public static final String KNOWN_HOSTS_FILE
The name of a property representing the KNOWN_HOSTS_FILE of the protocol for a ProtocolProviderFactory.

See Also:
Constant Field Values
Constructor Detail

ProtocolProviderFactorySSH

protected ProtocolProviderFactorySSH(org.osgi.framework.BundleContext bundleContext,
                                     String protocolName)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.