Uses of Interface
org.gridbus.broker.common.CredentialManager

Packages that use CredentialManager
org.gridbus.broker.common   
org.gridbus.broker.parsers   
 

Uses of CredentialManager in org.gridbus.broker.common
 

Classes in org.gridbus.broker.common that implement CredentialManager
 class Broker
           
 class BrokerBase
           
 

Uses of CredentialManager in org.gridbus.broker.parsers
 

Methods in org.gridbus.broker.parsers with parameters of type CredentialManager
 void CredentialParser.parseCredentials(java.lang.String applicationId, org.w3c.dom.Node credentialNode, CredentialManager credStore)
          Parses the given credential DOM node (w3c node), and adds the credentials to the given CredentialManager.
 void CredentialParser.parseCredentials(java.lang.String applicationId, java.lang.String credentialFilename, CredentialManager credStore)
          Parses the given credential description file (in xml format), and adds the credentials to the given CredentialManager.
 


Copyright © The University of Melbourne. 2006