Running Deregister

The Deregister sample application removes a roaming digital identity from the Entrust Cerifixate Authority Directory. This process is known as "deregistration".

To run this sample application, execute the following command line in the etjava/examples directory.

java -classpath classes;../lib/enttoolkit.jar com.entrust.toolkit.examples.roaming.Deregister <id> <pwd> <entrust.ini>

Parameter

Value

<id>

The identifier of the roaming user.

<pwd>

The password of the roaming user.

<entrust.ini>

The path of an Entrust initialization file with .ini extension.

For example:

C:\etjava\examples>java -classpath classes;../lib/enttoolkit.jar com.entrust.toolkit.examples.roaming.Deregister MyUser Passw0rd entrust.ini
 
Roaming Sample application to demonstrate removal of a Roaming Digital Identity
from the Directory
user id = MyUser
password = Passw0rd
entrust.ini = entrust.ini
Roaming Login...
Login complete
 
Writing the identity to a file
 
Sending deregistration request to Roaming Server
 
Successfully deregistered roaming user 'MyUser'