Method Summary |
|
void | addEntry() Adds a service key to key table. |
void | deleteEntry() Deletes an entry from the key table. |
void | listKt() Lists key table name and entries in it. |
public static void | main(String[] args) The main program that can be invoked at command line.
Usage: ktab
available options to Ktab:
- -l list the keytab name and entries
- -a <principal name>
(<password>) add an entry to the keytab.
The entry is added only to the keytab.
|
void | printHelp() Prints out the help information. |
void | processArgs(String[] args) Parses the command line arguments. |