Cisco Cisco Prime Collaboration 10.5 Developer's Guide

Page of 81
 
 
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
39 
resetSubscriberServicePassword Java Signature 
Resets the subscriber password. Provides the same function as the Manage Subscriber tab in the Prime 
Collaboration Provisioning user interface. 
Syntax
public ResponseReturn resetSubsciberServicePassword (CUPMServiceStub stub, SubscriberValue subscriber, 
String passwordType, String encryptedPword, String endPointReference, String idPrefix); 
Parameters
•  subscriber—Subscriber object with the key attributes set to uniquely identify the subscriber. 
•  passwordType—Type of password to reset. 
 
Valid entries are: 
o
 
UnifiedCMPassword 
o
 
UnifiedCMPin 
o
 
UnifiedCMEPassword 
o
 
UnifiedCMDigestCredentials 
o
 
UnityPassword 
o
 
UnityConnectionPassword 
o
 
UnityConnectionPin 
If passwordType is null or not specified, it defaults to UnifiedCMPassword. You must set either encryptedpassword 
or resetToDefault, but not both. 
•  encryptedPassword—New password for the subscriber (encrypted). 
•  resetToDefault—Resets the subscriber password to the default password. 
•  changePasswordOnNextLogin—Forces the user to change the subscriber password on the next login. 
•  endPointReference—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
•  idPrefix—String that is added to the beginning of the internally generated numeric to form the NBI ID. Null 
is allowed. 
Returns
CupmApiResponseValue—Object with NBI ID. 
Throws
ResetSubscriberServicePasswordException—If server cannot execute NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus only.