summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src/com/netscape/cmstools/cli/DisconnectCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Session support on CLI.Endi Sukma Dewata2013-01-301-0/+40
The CLI has been modified to support executing multiple commands through the same session. A new 'connect' command has been added to establish the session. A new 'disconnect' command has been added to destroy the session. This way it's no longer necessary to specify the authentication info in each commands: pki <auth info> connect pki user-find pki user-show caadmin pki disconnect The old way of specifying the authentication info in each command will continue to work, but the commands will be executed in separate sessions: pki <auth info> user-find pki <auth info> user-show caadmin Ticket #474