Class GetParams

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

public class GetParams extends Params
Holds the parameters for the get operation.
  • Constructor Details

    • GetParams

      public GetParams()
    • GetParams

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

    • setCredentialName

      public void setCredentialName(String credentialName)
    • getCredentialName

      public String getCredentialName()
    • setWantTrustroots

      public void setWantTrustroots(boolean wantTrustroots)
    • getWantTrustroots

      public boolean getWantTrustroots()
    • setVoname

      public void setVoname(List voname)
    • getVoname

      public List getVoname()
    • setVomses

      public void setVomses(List vomses)
    • getVomses

      public List getVomses()
    • setAuthzCreds

      public void setAuthzCreds(GSSCredential creds)
      Set credentials for renewal authorization.
      Parameters:
      creds - The credentials to renew.
    • getAuthzCreds

      public GSSCredential getAuthzCreds()
    • 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