public abstract class Abstract extends Object implements CredentialHandler
CredentialHandler.TYPE
Modifier and Type | Field and Description |
---|---|
protected LogManager |
mLogger
A handle to the logging object.
|
protected PegasusProperties |
mProps
The object holding all the properties pertaining to Pegasus.
|
protected SiteStore |
mSiteStore
The handle to the Site Catalog Store.
|
VERSION
Constructor and Description |
---|
Abstract()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the path to the credential on the submit host.
|
void |
initialize(PegasusBag bag)
Initializes the credential implementation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseName, getDescription, getEnvironmentVariable, getPath
protected PegasusProperties mProps
protected SiteStore mSiteStore
protected LogManager mLogger
public void initialize(PegasusBag bag)
initialize
in interface CredentialHandler
bag
- the bag of Pegasus objects.public String getPath()
getPath
in interface CredentialHandler
Copyright © 2011 The University of Southern California. All Rights Reserved.