summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src/com/netscape/cmstools/profile/ProfileModifyCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Update pki-profile CLI commands to work with "raw" formatFraser Tweedale2015-04-071-9/+21
| | | | | | | | Update CLI commands for working with the (now LDAP-based) profiles in the same format as was used by the files, by way of the --raw option. Also add the "edit" command to interactively edit a profile.
* Fixed issue by streamlining code to be more consistent.Matthew Harmsen2014-04-291-10/+13
| | | | * PKI TRAC Ticket #843 - Incorrect CLI argument parsing
* CLI argument parsing and bad return codesMatthew Harmsen2014-04-171-0/+6
| | | | | * PKI TRAC Ticket #843 - Incorrect CLI argument parsing * PKI TRAC Ticket #918 - CLI commands does not return code '1' for the failures
* Modify profile resource to return correct response for create or modify opAde Lee2013-11-061-1/+5
| | | | Ticket 749
* Refactored CLI framework.Endi S. Dewata2013-08-231-6/+6
| | | | | | | | | | Some common CLI methods and attributes have been refactored into the CLI base class. A new SubsystemCLI class was added as the base for subsystem CLI modules. The MainCLI was modified such that it will only perform authentication if the subsystem is specified in the server URI. If no subsystem is specified in the URI, the authentication will be done by the subsystem CLI module. Ticket #701
* Add interfaces for managing profilesAde Lee2013-07-221-0/+61
This adds the initial framework for viewing and managing profiles. Also adds CLI code for viewing/adding/deleting and editing profiles.