Interface SecurityDomainResource

All Known Implementing Classes:
SecurityDomainService

@Path("securityDomain") public interface SecurityDomainResource
Author:
alee
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.Response
     
    javax.ws.rs.core.Response
    getInstallToken(String hostname, String subsystem)
     
  • Method Details

    • getInstallToken

      @GET @Path("installToken") javax.ws.rs.core.Response getInstallToken(@QueryParam("hostname") String hostname, @QueryParam("subsystem") String subsystem)
    • getDomainInfo

      @GET @Path("domainInfo") javax.ws.rs.core.Response getDomainInfo()