Cisco Cisco Prime Collaboration 10.5 User Guide

Page of 78
 
 
© 2012-2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 41 of 2 
•  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. 
•  CupmApiFaultType—Included if the NBI request fails. 
unlockVoiceMail Java Signature 
Unlocks the voicemail PIN and password. 
Syntax
public ResponseReturn unlockVoiceMail (CUPMServiceStub stub, SubscriberValue subscriber, DeviceValue 
device, String unlockType, String vmalias, String notificationEpr, String idPrefix);