edu.isi.pegasus.common.credential.impl
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, waitgetBaseName, getDescription, getEnvironmentVariable, getPathprotected PegasusProperties mProps
protected SiteStore mSiteStore
protected LogManager mLogger
public void initialize(PegasusBag bag)
initialize in interface CredentialHandlerbag - the bag of Pegasus objects.public String getPath()
getPath in interface CredentialHandler