summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src/com/netscape/cmstools/tps/profile/ProfileCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Added pki-tps-profile man page.Endi S. Dewata2015-07-181-0/+5
| | | | | | | | | A new man page has been added for the pki tps-profile CLI. The CLI has been modified to refer to the new man page. Some other man pages have been cleaned up as well. https://fedorahosted.org/pki/ticket/1271
* Refactored TPS profiles.Endi S. Dewata2014-03-291-3/+5
| | | | | | | | | | The TPS profile has been modified to use PATCH for update operation as required by Backbone. The ProfileData class has been modified to accept null properties to indicate that the properties are not being updated. The ProfileModel class has been modified to use JSON data type for enable and disable operations. Ticket #654
* Added TPS profile resource.Endi S. Dewata2013-11-041-0/+35
| | | | | | | A new REST service and clients have been added to manage the profiles in the TPS configuration file. Ticket #652
* Added TPS profile mapping resource.Endi S. Dewata2013-10-011-0/+40
A new REST service and clients have been added to manage the profile mappings in the TPS configuration file. Ticket #652