Package org.linphone.core
Interface Ldap
public interface Ldap
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Deprecated.static enum
Deprecated.static enum
Deprecated.static enum
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetCore()
Deprecated.int
getIndex()
Deprecated.long
Deprecated.Gets the native pointer used by this class to make native method calls.Deprecated.Deprecated.Gets the object stored in this object user's datanewWithParams
(Core lc, LdapParams params) Deprecated.void
setIndex
(int index) Deprecated.void
setParams
(LdapParams params) Deprecated.void
setUserData
(Object data) Deprecated.Sets the object to store in this object user's datatoString()
Deprecated.
-
Method Details
-
getCore
Deprecated. -
getIndex
Deprecated.- Returns:
- The index of the Ldap
-
setIndex
Deprecated.- Parameters:
index
- The index of the Ldap. Can be -1 : it will be determined on save.
-
getParams
Deprecated.Get theLdapParams
as read-only object.
To make changes, clone the returned object usingLdapParams.clone()
method, make your changes on it and apply them using withsetParams(org.linphone.core.LdapParams)
.- Returns:
- The
LdapParams
attached to this ldap.
-
setParams
Deprecated.- Parameters:
params
- TheLdapParams
object.
-
newWithParams
Deprecated.- Parameters:
lc
- TheCore
object.params
- TheLdapParams
object.- Returns:
- The newly created
Ldap
object.
-
setUserData
Deprecated.Sets the object to store in this object user's data- Parameters:
data
- the object to store
-
getUserData
Object getUserData()Deprecated.Gets the object stored in this object user's data- Returns:
- the object store if any, null otherwise
-
getNativePointer
long getNativePointer()Deprecated.Gets the native pointer used by this class to make native method calls.- Returns:
- the nativer pointer, as long
-
toString
String toString()Deprecated.
-
Ldap
object is no longer used, useRemoteContactDirectory
instead.