National Center for Supercomputing Applications MyProxy Credential Management Service University of Illinois at Urbana-Champaign

[Valid HTML 4.01]
[Valid CSS]
[Valid Atom 1.0]

(OSI Certified)

The JGlobus MyProxy client provides a full-featured Java client API for MyProxy, in contrast to the simple MyProxyLogon Java client API that supports only retrieving credentials from MyProxy.

Documentation

See org.globus.myproxy Javadocs for documentation of the JGlobus MyProxy API.

MyProxy for JGlobus 2.0

The current version of the JGlobus MyProxy client depends on JGlobus 2.0. Starting with JGlobus 2.0, the MyProxy client is packaged in a separate jar from other JGlobus components. The MyProxy API remains unchanged for JGlobus 2.0. However, the MyProxy command line client formerly packaged as org.globus.tools.MyProxy is now packaged as org.globus.myproxy.MyProxyCLI

To add the MyProxy API to your Maven project, add the following specification to your pom.xml.

    <repository>
      <releases>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
        <checksumPolicy>warn</checksumPolicy>
      </releases>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>never</updatePolicy>
        <checksumPolicy>warn</checksumPolicy>
      </snapshots>
      <id>myproxy</id>
      <name>MyProxy API and Client</name>
      <url>https://cilogon.svn.sourceforge.net/svnroot/cilogon/m2-repo/</url>
      <layout>default</layout>
    </repository>

Otherwise, see the JGlobus Download page and the JGlobus MyProxy Maven Repository for individual jar downloads.

The JGlobus MyProxy source code is hosted at SourceForge. To get JGlobus MyProxy source code, run the following command:

  cvs -d:pserver:anonymous@cilogon.cvs.sourceforge.net:/cvsroot/cilogon co myproxy-jglobus

You can also browse the JGlobus MyProxy source code.

MyProxy for JGlobus 1.x

Older versions of the JGlobus MyProxy client are available as part of the Java CoG.

Last modified 04/15/11.
©2000-2011 Board of Trustees of the University of Illinois.