com.e_c_group.bwptk.services
Class Authentication
java.lang.Object
  
com.e_c_group.bwptk.services.Authentication
public class Authentication
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Authentication
public Authentication()
userAuthenticationGetRequest
public static Response userAuthenticationGetRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String userId)
                                             throws BwptkException
- Get the user's authentication service information. The response is either a UserAuthenticationGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException
 
 
userAuthenticationModifyRequest
public static Response userAuthenticationModifyRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String userId,
                                                       java.lang.String userName)
                                                throws BwptkException
- Get the user's authentication service information. The response is either a UserAuthenticationGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - userName - 
- Throws:
 BwptkException