Class SecurityDomainHostService

  • All Implemented Interfaces:
    com.netscape.certsrv.system.SecurityDomainHostResource

    public class SecurityDomainHostService
    extends PKIService
    implements com.netscape.certsrv.system.SecurityDomainHostResource
    Author:
    Endi S. Dewata
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • SecurityDomainHostService

        public SecurityDomainHostService()
    • Method Detail

      • getHosts

        public javax.ws.rs.core.Response getHosts()
                                           throws java.lang.Exception
        Specified by:
        getHosts in interface com.netscape.certsrv.system.SecurityDomainHostResource
        Throws:
        java.lang.Exception
      • getHost

        public javax.ws.rs.core.Response getHost​(java.lang.String hostID)
                                          throws java.lang.Exception
        Specified by:
        getHost in interface com.netscape.certsrv.system.SecurityDomainHostResource
        Throws:
        java.lang.Exception
      • addHost

        public javax.ws.rs.core.Response addHost​(com.netscape.certsrv.system.SecurityDomainHost host)
                                          throws java.lang.Exception
        Specified by:
        addHost in interface com.netscape.certsrv.system.SecurityDomainHostResource
        Throws:
        java.lang.Exception
      • removeHost

        public javax.ws.rs.core.Response removeHost​(java.lang.String hostID)
                                             throws java.lang.Exception
        Specified by:
        removeHost in interface com.netscape.certsrv.system.SecurityDomainHostResource
        Throws:
        java.lang.Exception