|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AccountID in net.java.sip.communicator.impl.gui |
|---|
| Methods in net.java.sip.communicator.impl.gui with parameters of type AccountID | |
|---|---|
static ProtocolProviderService |
GuiActivator.getRegisteredProviderForAccount(AccountID accountID)
Returns the ProtocolProviderService corresponding to the given account identifier that is registered in the given factory |
| Uses of AccountID in net.java.sip.communicator.impl.gui.main.account |
|---|
| Methods in net.java.sip.communicator.impl.gui.main.account that return AccountID | |
|---|---|
AccountID |
Account.getAccountID()
Returns the account identifier. |
| Methods in net.java.sip.communicator.impl.gui.main.account with parameters of type AccountID | |
|---|---|
void |
AccountList.ensureAccountRemoved(AccountID accountID)
Ensures that the account with the given accountID is removed from the list. |
Account |
AccountListModel.getAccount(AccountID accountID)
Returns true if an account with the given accountUID is contained in the model, otherwise returns false. |
| Constructors in net.java.sip.communicator.impl.gui.main.account with parameters of type AccountID | |
|---|---|
Account(AccountID accountID)
Creates an account object with the given accountName and icon. |
|
| Uses of AccountID in net.java.sip.communicator.impl.protocol.dict |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.dict | |
|---|---|
class |
DictAccountID
The Dict implementation of a sip-communicator account id. |
| Methods in net.java.sip.communicator.impl.protocol.dict that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryDictImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceDictImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryDictImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializaed and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.dict with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryDictImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceDictImpl.initialize(String userID,
AccountID accountID)
Initializes the service implementation, and puts it in a sate where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.gibberish |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.gibberish | |
|---|---|
class |
AccountIDGibberishImpl
A default, Gibberish implementation of the account id. |
class |
GibberishAccountID
The Gibberish implementation of a sip-communicator account id. |
| Methods in net.java.sip.communicator.impl.protocol.gibberish that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryGibberishImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceGibberishImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryGibberishImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initialized and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.gibberish with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryGibberishImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceGibberishImpl.initialize(String userID,
AccountID accountID)
Initializes the service implementation, and puts it in a sate where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.icq |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.icq | |
|---|---|
class |
IcqAccountID
The ICQ implementation of a sip-communicator AccountID |
| Methods in net.java.sip.communicator.impl.protocol.icq that return AccountID | |
|---|---|
AccountID |
ProtocolProviderFactoryIcqImpl.createAccount(Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties. |
protected AccountID |
ProtocolProviderFactoryIcqImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceIcqImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryIcqImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
AccountID |
ProtocolProviderFactoryIcqImpl.loadAccount(Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryIcqImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceIcqImpl.initialize(String screenname,
AccountID accountID)
Initialized the service implementation, and puts it in a sate where it could interoperate with other services. |
boolean |
ProtocolProviderFactoryIcqImpl.loadAccount(AccountID accountID)
Creates a protocol provider for the given accountID and registers it in the bundle context. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.irc |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.irc | |
|---|---|
class |
IrcAccountID
The IRC implementation of a sip-communicator AccountID. |
| Methods in net.java.sip.communicator.impl.protocol.irc that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryIrcImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceIrcImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryIrcImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initialized and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.irc with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryIrcImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceIrcImpl.initialize(String userID,
AccountID accountID)
Initializes the service implementation, and puts it in a sate where it could operate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.jabber |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.jabber | |
|---|---|
class |
JabberAccountID
The Jabber implementation of a sip-communicator AccountID |
| Methods in net.java.sip.communicator.impl.protocol.jabber that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryJabberImpl.createAccountID(String userID,
Map<String,String> accountProperties)
Create an account. |
AccountID |
ProtocolProviderServiceJabberImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryJabberImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryJabberImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceJabberImpl.initialize(String screenname,
AccountID accountID)
Initialized the service implementation, and puts it in a sate where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.mock |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.mock | |
|---|---|
class |
MockAccountID
A default, 1-to-1 mock implementation of the account id. |
| Methods in net.java.sip.communicator.impl.protocol.mock that return AccountID | |
|---|---|
AccountID |
MockProvider.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.msn |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.msn | |
|---|---|
class |
MsnAccountID
The Msn implementation of a sip-communicator AccountID |
| Methods in net.java.sip.communicator.impl.protocol.msn that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryMsnImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceMsnImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryMsnImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryMsnImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceMsnImpl.initialize(String screenname,
AccountID accountID)
Initialized the service implementation, and puts it in a sate where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.rss |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.rss | |
|---|---|
class |
RssAccountID
The Rss implementation of a sip-communicator account id. |
| Methods in net.java.sip.communicator.impl.protocol.rss that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryRssImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceRssImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryRssImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initialized and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.rss with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryRssImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceRssImpl.initialize(String userID,
AccountID accountID)
Initializes the service implementation, and puts it in a state where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.sip |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.sip | |
|---|---|
class |
SipAccountID
A SIP extension of the account ID property. |
| Methods in net.java.sip.communicator.impl.protocol.sip that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactorySipImpl.createAccountID(String userID,
Map<String,String> accountProperties)
Creates a new SipAccountID instance with a specific user
ID to represent a given set of account properties. |
AccountID |
ProtocolProviderServiceSipImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactorySipImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactorySipImpl.createService(String userID,
AccountID accountID)
Initializes a new ProtocolProviderServiceSipImpl instance
with a specific user ID to represent a specific AccountID. |
protected void |
ProtocolProviderFactorySipImpl.storeAccount(AccountID accountID)
Ovverides the original in order not to save the XCAP_PASSWORD field. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.sip.security |
|---|
| Constructors in net.java.sip.communicator.impl.protocol.sip.security with parameters of type AccountID | |
|---|---|
SipSecurityManager(AccountID accountID)
Default constructor for the security manager. |
|
| Uses of AccountID in net.java.sip.communicator.impl.protocol.ssh |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.ssh | |
|---|---|
class |
SSHAccountID
The SSH implementation of a sip-communicator account id. |
| Methods in net.java.sip.communicator.impl.protocol.ssh that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactorySSHImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceSSHImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactorySSHImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializaed and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.ssh with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactorySSHImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceSSHImpl.initialize(String userID,
AccountID accountID)
Initializes the service implementation, and puts it in a sate where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.yahoo |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.yahoo | |
|---|---|
class |
YahooAccountID
The Yahoo implementation of a sip-communicator AccountID |
| Methods in net.java.sip.communicator.impl.protocol.yahoo that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryYahooImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceYahooImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryYahooImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.yahoo with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryYahooImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceYahooImpl.initialize(String screenname,
AccountID accountID)
Initialized the service implementation, and puts it in a sate where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.impl.protocol.zeroconf |
|---|
| Subclasses of AccountID in net.java.sip.communicator.impl.protocol.zeroconf | |
|---|---|
class |
ZeroconfAccountID
The Zeroconf implementation of a sip-communicator AccountID |
| Methods in net.java.sip.communicator.impl.protocol.zeroconf that return AccountID | |
|---|---|
protected AccountID |
ProtocolProviderFactoryZeroconfImpl.createAccountID(String userID,
Map<String,String> accountProperties)
|
AccountID |
ProtocolProviderServiceZeroconfImpl.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
AccountID |
ProtocolProviderFactoryZeroconfImpl.installAccount(String userIDStr,
Map<String,String> accountProperties)
Initializaed and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.impl.protocol.zeroconf with parameters of type AccountID | |
|---|---|
protected ProtocolProviderService |
ProtocolProviderFactoryZeroconfImpl.createService(String userID,
AccountID accountID)
|
protected void |
ProtocolProviderServiceZeroconfImpl.initialize(String userID,
AccountID accountID)
Initializes the service implementation, and puts it in a sate where it could interoperate with other services. |
| Uses of AccountID in net.java.sip.communicator.plugin.jabberaccregwizz |
|---|
| Methods in net.java.sip.communicator.plugin.jabberaccregwizz with parameters of type AccountID | |
|---|---|
void |
JabberAccountRegistrationForm.loadAccount(AccountID accountID)
Loads the account with the given identifier. |
| Uses of AccountID in net.java.sip.communicator.plugin.otr |
|---|
| Methods in net.java.sip.communicator.plugin.otr that return AccountID | |
|---|---|
static AccountID |
OtrActivator.getAccountIDByUID(String uid)
Gets an AccountID by its UID. |
| Methods in net.java.sip.communicator.plugin.otr that return types with arguments of type AccountID | |
|---|---|
static List<AccountID> |
OtrActivator.getAllAccountIDs()
Gets all the available accounts in SIP Communicator. |
| Methods in net.java.sip.communicator.plugin.otr with parameters of type AccountID | |
|---|---|
void |
ScOtrKeyManagerImpl.generateKeyPair(AccountID account)
|
void |
ScOtrKeyManager.generateKeyPair(AccountID accountID)
|
String |
ScOtrKeyManagerImpl.getLocalFingerprint(AccountID account)
|
String |
ScOtrKeyManager.getLocalFingerprint(AccountID account)
|
KeyPair |
ScOtrKeyManagerImpl.loadKeyPair(AccountID account)
|
KeyPair |
ScOtrKeyManager.loadKeyPair(AccountID accountID)
|
| Uses of AccountID in net.java.sip.communicator.plugin.securityconfig |
|---|
| Methods in net.java.sip.communicator.plugin.securityconfig that return types with arguments of type AccountID | |
|---|---|
static Map<AccountID,String> |
SecurityConfigActivator.getAccountIDsWithSavedPasswords()
Finds all accounts with saved encrypted passwords. |
static List<AccountID> |
SecurityConfigActivator.getAllAccountIDs()
Gets all the available accounts in SIP Communicator. |
| Uses of AccountID in net.java.sip.communicator.plugin.sipaccregwizz |
|---|
| Methods in net.java.sip.communicator.plugin.sipaccregwizz with parameters of type AccountID | |
|---|---|
void |
SIPAccountRegistrationForm.loadAccount(AccountID accountID)
Loads the account with the given identifier. |
(package private) void |
SecurityPanel.loadAccount(AccountID accountID)
Loads the account with the given identifier. |
| Uses of AccountID in net.java.sip.communicator.service.protocol |
|---|
| Fields in net.java.sip.communicator.service.protocol with type parameters of type AccountID | |
|---|---|
protected Hashtable<AccountID,org.osgi.framework.ServiceRegistration> |
ProtocolProviderFactory.registeredAccounts
The table that we store our accounts in. |
| Methods in net.java.sip.communicator.service.protocol that return AccountID | |
|---|---|
AccountID |
ProtocolProviderFactory.createAccount(Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties. |
protected abstract AccountID |
ProtocolProviderFactory.createAccountID(String userID,
Map<String,String> accountProperties)
Creates a new AccountID instance with a specific user ID to
represent a given set of account properties. |
AccountID |
ProtocolProviderService.getAccountID()
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService. |
abstract AccountID |
ProtocolProviderFactory.installAccount(String userID,
Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
AccountID |
ProtocolProviderFactory.loadAccount(Map<String,String> accountProperties)
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter. |
| Methods in net.java.sip.communicator.service.protocol that return types with arguments of type AccountID | |
|---|---|
ArrayList<AccountID> |
ProtocolProviderFactory.getRegisteredAccounts()
Returns a copy of the list containing the AccountIDs of all accounts currently registered in this protocol provider. |
Collection<AccountID> |
AccountManager.getStoredAccounts()
Returns an Iterator over a list of all stored AccountIDs. |
| Methods in net.java.sip.communicator.service.protocol with parameters of type AccountID | |
|---|---|
protected abstract ProtocolProviderService |
ProtocolProviderFactory.createService(String userID,
AccountID accountID)
Initializes a new ProtocolProviderService instance with a
specific user ID to represent a specific AccountID. |
static String |
ProtocolProviderFactory.findAccountPrefix(org.osgi.framework.BundleContext bundleContext,
AccountID accountID,
String sourcePackageName)
Returns the prefix for all persistently stored properties of the account with the specified id. |
org.osgi.framework.ServiceReference |
ProtocolProviderFactory.getProviderForAccount(AccountID accountID)
Returns the ServiceReference for the protocol provider corresponding to the specified accountID or null if the accountID is unknown. |
boolean |
AccountManager.isAccountLoaded(AccountID accountID)
Checks if the account corresponding to the given accountID is loaded. |
boolean |
ProtocolProviderFactory.loadAccount(AccountID accountID)
Creates a protocol provider for the given accountID and registers it in the bundle context. |
void |
AccountManager.loadAccount(AccountID accountID)
Loads the account corresponding to the given AccountID. |
String |
ProtocolProviderFactory.loadPassword(AccountID accountID)
Returns the password last saved for the specified account. |
protected String |
ProtocolProviderFactory.loadPassword(org.osgi.framework.BundleContext bundleContext,
AccountID accountID)
Returns the password last saved for the specified account. |
protected boolean |
ProtocolProviderFactory.removeStoredAccount(AccountID accountID)
Removes the account with accountID from the set of accounts that are persistently stored inside the configuration service. |
boolean |
AccountManager.removeStoredAccount(ProtocolProviderFactory factory,
AccountID accountID)
Removes the account with accountID from the set of accounts that are persistently stored inside the configuration service. |
protected void |
ProtocolProviderFactory.storeAccount(AccountID accountID)
The method stores the specified account in the configuration service under the package name of the source factory. |
protected void |
ProtocolProviderFactory.storeAccount(AccountID accountID,
boolean isModification)
The method stores the specified account in the configuration service under the package name of the source factory. |
void |
AccountManager.storeAccount(ProtocolProviderFactory factory,
AccountID accountID)
Stores an account represented in the form of an AccountID created by a specific ProtocolProviderFactory. |
void |
ProtocolProviderFactory.storePassword(AccountID accountID,
String password)
Saves the password for the specified account after scrambling it a bit so that it is not visible from first sight. |
protected void |
ProtocolProviderFactory.storePassword(org.osgi.framework.BundleContext bundleContext,
AccountID accountID,
String password)
Saves the password for the specified account after scrambling it a bit so that it is not visible from first sight (Method remains highly insecure). |
boolean |
ProtocolProviderFactory.uninstallAccount(AccountID accountID)
Removes the specified account from the list of accounts that this provider factory is handling. |
boolean |
ProtocolProviderFactory.unloadAccount(AccountID accountID)
Unloads the account corresponding to the given accountID. |
void |
AccountManager.unloadAccount(AccountID accountID)
Unloads the account corresponding to the given AccountID. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||