Uses of Class
org.gridbus.broker.common.security.UserCredential

Packages that use UserCredential
org.gridbus.broker.common   
org.gridbus.broker.common.discovery   
org.gridbus.broker.common.security   
org.gridbus.broker.services.application   
org.gridbus.broker.services.compute.simulation   
org.gridbus.broker.services.data   
org.gridbus.broker.services.info   
org.gridbus.broker.util   
org.gridbus.broker.util.dispatchers   
 

Uses of UserCredential in org.gridbus.broker.common
 

Methods in org.gridbus.broker.common that return UserCredential
 UserCredential ApplicationManager.getCredentialsForService(java.lang.String applicationId, Service s)
           
 UserCredential Broker.getCredentialsForService(java.lang.String applicationId, Service s)
           
 UserCredential BrokerStorage.getCredentialsForService(java.lang.String applicationId, Service s)
          Returns the appropriate credentials from the in-memory credential store for the given service entity
protected  UserCredential CredentialStorage.getCredentialsForService(java.lang.String applicationId, Service s)
           
 UserCredential WorkUnit.getUserCredential()
           
 

Methods in org.gridbus.broker.common with parameters of type UserCredential
 void Broker.addCredential(java.lang.String applicationId, UserCredential uc)
           
 void CredentialManager.addCredential(java.lang.String applicationId, UserCredential uc)
           
 void BrokerStorage.addCredentials(java.lang.String applicationId, UserCredential uc)
          Gets appropriate user-credentials from the in-memory collection of credentials.
protected  void CredentialStorage.addCredentials(java.lang.String applicationId, UserCredential uc)
           
protected abstract  boolean ComputeServer.discoverProperties(UserCredential uc)
          Discover the dynamic server properties
protected abstract  boolean Service.discoverProperties(UserCredential uc)
          Discover properties should be implemented by all subclasses.
 void WorkUnit.setUserCredential(UserCredential userCredential)
           
 

Uses of UserCredential in org.gridbus.broker.common.discovery
 

Methods in org.gridbus.broker.common.discovery with parameters of type UserCredential
static ServiceFinderCallback ServiceFinderCallbackFactory.createCallback(int middleware, UserCredential cred)
           
 void ServiceFinderCallback.setUserCredential(UserCredential cred)
          set the credential needed by the service finder callback instance
 

Uses of UserCredential in org.gridbus.broker.common.security
 

Subclasses of UserCredential in org.gridbus.broker.common.security
 class KeystoreCredential
           
 class LocalProxyCredential
           
 class MyProxyCredential
           
 class ProxyCredential
           
 class SimpleCredential
           
 class SrbGSICredential
           
 

Uses of UserCredential in org.gridbus.broker.services.application
 

Methods in org.gridbus.broker.services.application with parameters of type UserCredential
protected  boolean ApplicationService.discoverProperties(UserCredential uc)
           
 

Uses of UserCredential in org.gridbus.broker.services.compute.simulation
 

Methods in org.gridbus.broker.services.compute.simulation with parameters of type UserCredential
protected  boolean SimComputeServer.discoverProperties(UserCredential uc)
           
 

Uses of UserCredential in org.gridbus.broker.services.data
 

Methods in org.gridbus.broker.services.data with parameters of type UserCredential
protected  boolean GridFTPDataHost.discoverProperties(UserCredential uc)
           
protected  boolean SrbDataHost.discoverProperties(UserCredential uc)
           
 

Uses of UserCredential in org.gridbus.broker.services.info
 

Methods in org.gridbus.broker.services.info with parameters of type UserCredential
protected  boolean NetworkWeatherService.discoverProperties(UserCredential uc)
           
protected  boolean ReplicaCatalog.discoverProperties(UserCredential uc)
           
protected  boolean SrbMCAT.discoverProperties(UserCredential uc)
           
 java.util.Collection ReplicaCatalog.queryDataFiles(java.lang.String filter, UserCredential uc)
           
 java.util.Collection SrbMCAT.queryDataFiles(java.lang.String filter, UserCredential uc)
          Queries the MCAT and returns a list of DataFile objects
 java.util.Collection ReplicaCatalog.queryDataHosts(UserCredential uc, DataFile df)
           
 java.util.Collection SrbMCAT.queryDataHosts(UserCredential uc, DataFile df)
          Queries the MCAT and returns a map of DataHost objects
 

Uses of UserCredential in org.gridbus.broker.util
 

Constructors in org.gridbus.broker.util with parameters of type UserCredential
LfnFileResolver(ReplicaCatalog rc, UserCredential uc)
           
SrbFileResolver(SrbMCAT mcat, UserCredential uc)
           
 

Uses of UserCredential in org.gridbus.broker.util.dispatchers
 

Methods in org.gridbus.broker.util.dispatchers with parameters of type UserCredential
abstract  void DispatchUtil.connect(java.lang.String hostname, UserCredential uc)
           
 void LocalDispatchUtil.connect(java.lang.String hostname, UserCredential uc)
           
 void SCSDispatchUtil.connect(java.lang.String hostname, UserCredential cred)
           
 void SSHDispatchUtil.connect(java.lang.String hostname, UserCredential cred)
           
 


Copyright © The University of Melbourne. 2006