|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.vmware.security.credstore.CredentialStoreAdmin
public class CredentialStoreAdmin
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
--showpw argument
to display in cleartext.-h argument to list
user name and password for the host.Arguments:
Usage Examples:
java com.vmware.security.credstore.CredentialStoreAdmin clearjava com.vmware.security.credstore.CredentialStoreAdmin add -h myhostname -u myuser -p mypassjava 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CredentialStoreAdmin()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||