-
Constructor Summary 
Constructors
Handler(io.jenkins.blueocean.rest.model.BlueUser user)
-
Method Summary 
Gets or creates the user's private Jenkins-managed key and returns the
public key to the user
Deletes the user's private Jenkins-managed key
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
Handler 
public Handler(io.jenkins.blueocean.rest.model.BlueUser user)
-
Method Details 
-
getPublickey 
@GET
@WebMethod(name="")
public UserKey getPublickey()
Gets or creates the user's private Jenkins-managed key and returns the
public key to the user
- Returns:
- JSON response
-
resetPublicKey 
@DELETE
@WebMethod(name="")
public UserKey resetPublicKey()
Deletes the user's private Jenkins-managed key
- Returns: