Uses of Interface
com.cisco.ipphone.sdk.LDAPProviderIF

Packages that use LDAPProviderIF
com.cisco.ipphone.sdk   
 

Uses of LDAPProviderIF in com.cisco.ipphone.sdk
 

Classes in com.cisco.ipphone.sdk that implement LDAPProviderIF
 class LDAPProvider
          The LDAPProvider implements the LDAPProviderIF and provides a simple Java "wrapper" around a generic LDAP directory.
 

Methods in com.cisco.ipphone.sdk with parameters of type LDAPProviderIF
 PC User.getAssociatedPC(LDAPProviderIF lp)
          Queries the specified LDAP Provider for the PC Associated to this User
 User[] Phone.getControllingUsers(LDAPProviderIF lp, java.lang.String[] excludedUsers)
          Queries the specified LDAP Provider for a list of Users who are allowed to Control this device (phone).
 java.lang.String User.getDefaultDeviceProfile(LDAPProviderIF lp)
           
 java.lang.String[] User.getDeviceProfiles(LDAPProviderIF lp)
           
 Extension User.getPrimaryExtension(LDAPProviderIF lp)
          Queries the specified LDAP Provider for the Primary Extension of this User
 User[] Extension.getPrimaryUsers(LDAPProviderIF lp, java.lang.String[] excludedUsers)
           
static User[] User.searchUsers(java.lang.String firstName, java.lang.String lastName, java.lang.String telephoneNumber, LDAPProviderIF lp)