|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
public class SIPAccountRegistration
The SIPAccountRegistration is used to store all user input data through the SIPAccountRegistrationWizard.
| Field Summary | |
|---|---|
static String |
DEFAULT_KEEP_ALIVE_INTERVAL
|
static String |
DEFAULT_POLL_PERIOD
|
static String |
DEFAULT_PORT
|
static String |
DEFAULT_SUBSCRIBE_EXPIRES
|
static String |
DEFAULT_TLS_PORT
|
| Constructor Summary | |
|---|---|
SIPAccountRegistration()
|
|
| Method Summary | |
|---|---|
String |
getAuthorizationName()
The authorization name |
String |
getClistOptionPassword()
Gets the contact list password. |
String |
getClistOptionServerUri()
Gets the contact list server uri. |
String |
getClistOptionUser()
Gets the contact list user. |
String |
getDefaultDomain()
This is the default domain. |
String |
getDefaultDTMFMethod()
|
String |
getDefaultKeepAliveMethod()
|
String |
getDefaultTransport()
|
String |
getDisplayName()
The display name |
String |
getDTMFMethod()
Returns the DTMF method. |
String |
getId()
Returns the UIN of the sip registration account. |
String |
getKeepAliveInterval()
Returns the keep alive interval. |
String |
getKeepAliveMethod()
Returns the keep alive method. |
String |
getPassword()
Returns the password of the sip registration account. |
String |
getPollingPeriod()
The offline contact polling period |
String |
getPreferredTransport()
|
String |
getProxy()
|
String |
getProxyPort()
The port on the specified proxy |
int |
getSavpOption()
|
String |
getSDesCipherSuites()
|
String |
getServerAddress()
The address of the server we will use for this account |
String |
getServerPort()
The port on the specified server |
String |
getSubscriptionExpiration()
The default expiration of subscriptions |
String |
getTlsClientCertificate()
Gets the ID of the client certificate configuration. |
String |
getVoicemailCheckURI()
The voicemail check URI. |
String |
getVoicemailURI()
The voicemail URI. |
boolean |
isClistOptionUseSipCredentials()
Checks if XCAP has to use SIP account credentials. |
boolean |
isDefaultEncryption()
If default call encryption is enabled |
boolean |
isEnablePresence()
If the presence is enabled |
boolean |
isForceP2PMode()
If the p2p mode is forced |
boolean |
isMessageWaitingIndicationsEnabled()
Check if messageWaitingIndications is enabled |
boolean |
isProxyAutoConfigure()
Is proxy auto configured. |
boolean |
isRememberPassword()
Returns TRUE if password has to remembered, FALSE otherwise. |
boolean |
isSDesEnabled()
|
boolean |
isSipZrtpAttribute()
Check if to include the ZRTP attribute to SIP/SDP |
boolean |
isXCapEnable()
Checks if XCAP is enabled. |
boolean |
isXiVOEnable()
Checks if XiVO option is enabled. |
void |
setAuthorizationName(String authName)
Sets authorization name. |
void |
setClistOptionPassword(String clistOptionPassword)
Sets the contact list password. |
void |
setClistOptionServerUri(String clistOptionServerUri)
Sets the contact list server uri. |
void |
setClistOptionUser(String clistOptionUser)
Sets the contact list user. |
void |
setClistOptionUseSipCredentials(boolean clistOptionUseSipCredentials)
Sets if contact list has to use SIP account credentials. |
void |
setDefaultDomain(String defaultDomain)
If default domain is set this means we cannot create registerless accounts through this wizard. |
void |
setDefaultDTMFMethod(String defaultDTMFMethod)
|
void |
setDefaultEncryption(boolean defaultEncryption)
Sets default call encryption |
void |
setDefaultKeepAliveMethod(String defaultKeepAliveMethod)
|
void |
setDefaultTransport(String defaultTransport)
|
void |
setDisplayName(String displayName)
Sets the display name. |
void |
setDTMFMethod(String dtmfMethod)
Sets the DTMF method. |
void |
setEnablePresence(boolean enablePresence)
Sets if the presence is enabled |
void |
setForceP2PMode(boolean forceP2PMode)
Sets if we have to force the p2p mode |
void |
setKeepAliveInterval(String keepAliveInterval)
Sets the keep alive interval. |
void |
setKeepAliveMethod(String keepAliveMethod)
Sets the keep alive method. |
void |
setMessageWaitingIndications(boolean messageWaitingIndications)
Sets message waiting indications. |
void |
setPassword(String password)
Sets the password of the sip registration account. |
void |
setPollingPeriod(String pollingPeriod)
Sets the offline contacts polling period |
void |
setPreferredTransport(String preferredTransport)
|
void |
setProxy(String proxy)
|
void |
setProxyAutoConfigure(boolean proxyAutoConfigure)
Sets auto configuration of proxy enabled or disabled. |
void |
setProxyPort(String port)
Sets the proxy port. |
void |
setRememberPassword(boolean rememberPassword)
Sets the rememberPassword value of this sip account registration. |
void |
setSavpOption(int savpOption)
|
void |
setSDesCipherSuites(String cipherSuites)
|
void |
setSDesEnabled(boolean sdesEnabled)
|
void |
setServerAddress(String serverAddress)
Sets the server |
void |
setServerPort(String port)
Sets the server port. |
void |
setSipZrtpAttribute(boolean sipZrtpAttribute)
Sets SIP ZRTP attribute support |
void |
setSubscriptionExpiration(String subscriptionExpiration)
Sets the subscription expiration value |
void |
setTlsClientCertificate(String id)
Sets the ID of the client certificate configuration. |
void |
setUserID(String id)
Sets the identifier of the sip registration account. |
void |
setVoicemailCheckURI(String voicemailCheckURI)
Sets voicemail check URI. |
void |
setVoicemailURI(String voicemailURI)
Sets voicemail URI. |
void |
setXCapEnable(boolean xCapEnable)
Sets if XCAP is enable. |
void |
setXiVOEnable(boolean xivoEnable)
Sets if XiVO option is enable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String DEFAULT_PORT
public static String DEFAULT_TLS_PORT
public static String DEFAULT_POLL_PERIOD
public static String DEFAULT_SUBSCRIBE_EXPIRES
public static String DEFAULT_KEEP_ALIVE_INTERVAL
| Constructor Detail |
|---|
public SIPAccountRegistration()
| Method Detail |
|---|
public String getPreferredTransport()
public void setPreferredTransport(String preferredTransport)
public String getProxy()
public void setProxy(String proxy)
public String getPassword()
public void setPassword(String password)
password - the password of the sip registration account.public boolean isRememberPassword()
public void setRememberPassword(boolean rememberPassword)
rememberPassword - TRUE if password has to remembered, FALSE
otherwisepublic String getTlsClientCertificate()
public void setTlsClientCertificate(String id)
id - the client certificate configuration template ID.public String getId()
public String getServerAddress()
public String getServerPort()
public String getDisplayName()
public String getAuthorizationName()
public String getProxyPort()
public void setUserID(String id)
id - the identifier of the sip registration account.public void setServerAddress(String serverAddress)
serverAddress - Stringpublic void setServerPort(String port)
port - intpublic void setDisplayName(String displayName)
displayName - Stringpublic void setAuthorizationName(String authName)
authName - Stringpublic void setProxyPort(String port)
port - intpublic boolean isEnablePresence()
public boolean isForceP2PMode()
public String getPollingPeriod()
public String getSubscriptionExpiration()
public void setEnablePresence(boolean enablePresence)
enablePresence - if the presence is enabledpublic void setForceP2PMode(boolean forceP2PMode)
forceP2PMode - if we have to force the p2p modepublic void setPollingPeriod(String pollingPeriod)
pollingPeriod - the offline contacts polling periodpublic void setSubscriptionExpiration(String subscriptionExpiration)
subscriptionExpiration - the subscription expiration valuepublic String getKeepAliveMethod()
public void setKeepAliveMethod(String keepAliveMethod)
keepAliveMethod - the keep alive method to setpublic String getKeepAliveInterval()
public void setKeepAliveInterval(String keepAliveInterval)
keepAliveInterval - the keep alive interval to setpublic String getDTMFMethod()
public void setDTMFMethod(String dtmfMethod)
dtmfMethod - the DTMF method to setpublic boolean isDefaultEncryption()
public void setDefaultEncryption(boolean defaultEncryption)
defaultEncryption - if we want to set call encryption on as defaultpublic boolean isSipZrtpAttribute()
public void setSipZrtpAttribute(boolean sipZrtpAttribute)
sipZrtpAttribute - include the ZRTP attribute to SIP/SDPpublic boolean isSDesEnabled()
public void setSDesEnabled(boolean sdesEnabled)
public String getSDesCipherSuites()
public void setSDesCipherSuites(String cipherSuites)
public int getSavpOption()
public void setSavpOption(int savpOption)
public String getDefaultDomain()
public void setDefaultDomain(String defaultDomain)
defaultDomain - the defaultDomain to setpublic String getDefaultKeepAliveMethod()
public void setDefaultKeepAliveMethod(String defaultKeepAliveMethod)
defaultKeepAliveMethod - the defaultKeepAliveMethod to setpublic String getDefaultDTMFMethod()
public void setDefaultDTMFMethod(String defaultDTMFMethod)
defaultDTMFMethod - the defaultDTMFMethod to setpublic String getDefaultTransport()
public void setDefaultTransport(String defaultTransport)
defaultTransport - the defaultTransport to setpublic boolean isXCapEnable()
public void setXCapEnable(boolean xCapEnable)
xCapEnable - XCAP enable.public boolean isXiVOEnable()
public void setXiVOEnable(boolean xivoEnable)
xivoEnable - XiVO enable.public boolean isClistOptionUseSipCredentials()
public void setClistOptionUseSipCredentials(boolean clistOptionUseSipCredentials)
clistOptionUseSipCredentials - if the clist has
to use SIP account credentials.public String getClistOptionServerUri()
public void setClistOptionServerUri(String clistOptionServerUri)
clistOptionServerUri - the contact list server uri.public String getClistOptionUser()
public void setClistOptionUser(String clistOptionUser)
clistOptionUser - the contact list user.public String getClistOptionPassword()
public void setClistOptionPassword(String clistOptionPassword)
clistOptionPassword - the contact list password.public boolean isProxyAutoConfigure()
public void setProxyAutoConfigure(boolean proxyAutoConfigure)
proxyAutoConfigure - public String getVoicemailURI()
public void setVoicemailURI(String voicemailURI)
voicemailURI - new URI.public String getVoicemailCheckURI()
public void setVoicemailCheckURI(String voicemailCheckURI)
voicemailCheckURI - new URI.public boolean isMessageWaitingIndicationsEnabled()
public void setMessageWaitingIndications(boolean messageWaitingIndications)
messageWaitingIndications -
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||