Class SecurityDomainHostService

    • 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 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 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 SecurityDomainHostResource
        Throws:
        java.lang.Exception