updateDn
Updates the DN (Distinguished Name) of the user to the new DN in the Directory.
The following list summarizes the prerequisites of this call:
-
Only apply the Entrust CA The Certificate Authority (CA) issues and manages security credentials and public keys for message encryption in a networks environment..
-
The user must have a device issued.
-
The DN must be changed in the directory prior to this call.
For Java:
void updateDn(UserId userId)
throws NoSuchUserException, SessionException, ManagementException, LocalizedRemoteException;
For C++:
void updateDn(UserId *userId);
Parameters:
-
userId —ID of the user to be deleted.
Exceptions:
-
NoSuchUserException— if the specified user does not exist.
-
SessionException— if there is no valid session (such as session not opened or timed out). For related error codes, see Maximum Session Error Codes.
-
ManagementException— if an internal failure occurs.
-
LocalizedRemoteException—thrown by the Web service layer only when the most severe, unexpected, SOAP-level failures occur. For related error codes, see Communication and Connectivity Error Codes.