com.vmware.security.credstore
Class CredentialStoreAdmin

java.lang.Object
  extended by com.vmware.security.credstore.CredentialStoreAdmin

public class CredentialStoreAdmin
extends java.lang.Object

The CredentialStoreAdmin class is a command-line tool that provides complete access to the credential store backing file on the local machine.

Usage Notes

Generally, only accounts created expressly for the purpose of running automated applications or agents should be stored in the credential store. The CredentialStoreAdmin tool can display user accounts and passwords stored in the credential store in clear text, at the console prompt. Here are some additional usage guidelines:

Command Line:

java com.vmware.security.CredentialStoreAdmin [command -arg1 -arg2...]

Commands

Arguments:

Usage Examples:

java com.vmware.security.credstore.CredentialStoreAdmin clear
java com.vmware.security.credstore.CredentialStoreAdmin add -h myhostname -u myuser -p mypass
java com.vmware.security.credstore.CredentialStoreAdmin list -h myhostname


Constructor Summary
CredentialStoreAdmin()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialStoreAdmin

public CredentialStoreAdmin()
Method Detail

main

public static void main(java.lang.String[] args)