Class GetTrustrootsParams

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

public class GetTrustrootsParams extends Params
Holds the parameters for the get-trustroots operation.
  • Constructor Details

    • GetTrustrootsParams

      public GetTrustrootsParams()
  • Method Details

    • 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