Uses of Class
com.cisco.ipphone.sdk.User

Packages that use User
com.cisco.ipphone.sdk   
 

Uses of User in com.cisco.ipphone.sdk
 

Methods in com.cisco.ipphone.sdk that return User
 User[] PC.getAssociatedUsers(LDAPProvider lp, java.lang.String[] excludedUsers)
          Queries the specified LDAP Provider for a list of Users who have this PC defined as their Associated PC
 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).
 User Phone.getCurrentExtMobUser(EMProviderIF ep)
          Queries the specified Extension Mobility Provider to determine if this Phone currently has an EM USer logged into it.
 User[] Extension.getPrimaryUsers(LDAPProviderIF lp, java.lang.String[] excludedUsers)
           
static User User.getUser(java.lang.String userId)
          The getUser method is used to obtain a reference to a User object which has the specified, unique userId.
static User[] User.searchUsers(java.lang.String firstName, java.lang.String lastName, java.lang.String telephoneNumber, LDAPProviderIF lp)
           
 

Methods in com.cisco.ipphone.sdk with parameters of type User
 boolean Phone.login(EMProviderIF ep, User loginUser)
          Uses the specified Extension Mobility Provider to log the specified User into this Phone