]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneAuthInfo.java
javadoc enhancements
[linphone] / java / common / org / linphone / core / LinphoneAuthInfo.java
index ed8a8401769b3208c49840926cafa0001d474861..0213720eb0eb4c964f0dbe0f61fef28ceb826e50 100644 (file)
@@ -20,7 +20,7 @@ package org.linphone.core;
 /**
  * Object holding authentication information.
  * In most case, authentication information consists of a username and password. Sometimes, a userid is required by proxy, and realm can be useful to discriminate different SIP domains.
- *<br>This object is instanciated using {@link LinphoneCoreFactory#createAuthInfo(String, String, String)}.
+ *<br>This object is instantiated using either {@link LinphoneCoreFactory#createAuthInfo(String, String, String)} or {@link LinphoneCoreFactory#createAuthInfo(String, String, String, String, String)}.
  *<br>
  *Once created and filled, a LinphoneAuthInfo must be added to the LinphoneCore in order to become known and used automatically when needed. 
  *Use {@link LinphoneCore#addAuthInfo(LinphoneAuthInfo)} for that purpose.