@Path(value="securityDomain")
public interface SecurityDomainResource
Modifier and Type | Method and Description |
---|---|
DomainInfo |
getDomainInfo() |
InstallToken |
getInstallToken(java.lang.String hostname,
java.lang.String subsystem) |
@GET @Path(value="installToken") @Produces(value={"application/xml","application/json"}) InstallToken getInstallToken(@QueryParam(value="hostname") java.lang.String hostname, @QueryParam(value="subsystem") java.lang.String subsystem)
@GET @Path(value="domainInfo") @Produces(value={"application/xml","application/json"}) DomainInfo getDomainInfo()