MyProxy (Java Globus API)

org.globus.tools
Class MyProxy

java.lang.Object
  |
  +--org.globus.tools.MyProxy

public class MyProxy
extends java.lang.Object

Interacts with MyProxy servers

  "Syntax: java MyProxy [options] command
  "        java MyProxy -version
  "        java MyProxy -help\n
 Options
 -help
     Displays usage
 -v | -version
     Displays version
  "
 -h | -host
     Hostname of the myproxy-server
 -p | -port
     Port of the myproxy-server
     (default " + MYPROXY_SERVER_PORT + ") 
 -l | -username
     Username for the delegated proxy
 -t | -portal_lifetime
     Lifetime of delegated proxy on
     the portal (default 2 hours)
 -c | -cred_lifetime
     Lifetime of delegated proxy
     (default 1 week - 168 hours)
     Note: Only used by PUT operation
 command
     One of the following:
         put     - put proxy
         get     - get proxy
         destroy - remote proxy


Field Summary
static int CRED_LIFETIME_HOURS
           
static int MYPROXY_SERVER_PORT
           
static int PORTAL_LIFETIME_HOURS
           
 
Constructor Summary
MyProxy()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MYPROXY_SERVER_PORT

public static final int MYPROXY_SERVER_PORT
See Also:
Constant Field Values

PORTAL_LIFETIME_HOURS

public static final int PORTAL_LIFETIME_HOURS
See Also:
Constant Field Values

CRED_LIFETIME_HOURS

public static final int CRED_LIFETIME_HOURS
See Also:
Constant Field Values
Constructor Detail

MyProxy

public MyProxy()
Method Detail

main

public static void main(java.lang.String[] args)