summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/servlet/csadmin/SecurityDomainProcessor.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed conflicting security domain hosts.Endi Sukma Dewata2013-02-071-35/+43
| | | | | | | | The SecurityDomainProcessor has been modified to generate the host ID from the subsystem type, hostname, and secure port instead of relying on the user-configurable SubsystemName attribute. Ticket #503
* Added REST interface to get domain info.Endi Sukma Dewata2012-10-261-1/+279
| | | | | | | | The REST interface for security domain has been updated to provide a method to get the domain info. A CLI has been provided to access this method. Ticket #309
* Enabled authentication for security domain REST interface.Endi Sukma Dewata2012-10-181-0/+112
The REST interface for security domain has been refactored and configured such that it requires authentication. A CLI has been added to get an installation token. Ticket #309