org.cagrid.gaards.ui.common
Class CredentialManager

java.lang.Object
  extended by org.cagrid.gaards.ui.common.CredentialManager

public class CredentialManager
extends java.lang.Object

Version:
$Id: ArgumentManagerTable.java,v 1.2 2004/10/15 16:35:16 langella Exp $
Author:
Stephen Langella , Scott Oster , Shannon Hastings

Nested Class Summary
 class CredentialManager.ProxyFilter
           
 
Method Summary
 void addCredential(org.globus.gsi.GlobusCredential cred)
           
 void deleteCredential(org.globus.gsi.GlobusCredential cred)
           
 java.util.List getCredentials()
           
static CredentialManager getInstance()
           
 void loadCredential()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadCredential

public void loadCredential()

getInstance

public static CredentialManager getInstance()

addCredential

public void addCredential(org.globus.gsi.GlobusCredential cred)
                   throws java.lang.Exception
Throws:
java.lang.Exception

deleteCredential

public void deleteCredential(org.globus.gsi.GlobusCredential cred)

getCredentials

public java.util.List getCredentials()