Class DestroyParams

java.lang.Object
org.globus.myproxy.Params
org.globus.myproxy.DestroyParams
All Implemented Interfaces:
MyProxyConstants

public class DestroyParams extends Params
Holds the parameters for the destroy operation.
  • Field Details

    • credentialName

      private String credentialName
  • Constructor Details

    • DestroyParams

      public DestroyParams()
    • DestroyParams

      public DestroyParams(String username, String passphrase)
  • Method Details

    • setCredentialName

      public void setCredentialName(String credentialName)
    • getCredentialName

      public String getCredentialName()
    • makeRequest

      protected String makeRequest(boolean includePassword)
      Description copied from class: Params
      Serializes the parameters into a MyProxy request. Subclasses should overwrite this function and append the custom parameters to the output of this function.
      Overrides:
      makeRequest in class Params