java.lang.Object
org.apache.hadoop.yarn.server.globalpolicygenerator.webapp.GPGWebServices
@Singleton
@Path("/ws/v1/gpg")
public class GPGWebServices
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
get
@GET
@Produces({"application/json; charset=utf-8","application/xml; charset=utf-8"})
public GpgInfo get()
-
getGPGInfo
@GET
@Path("/info")
@Produces({"application/json; charset=utf-8","application/xml; charset=utf-8"})
public GpgInfo getGPGInfo()