|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.common.credential.impl.Abstract
public abstract class Abstract
An abstract base class to be used by other CredentialHandler implementations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.isi.pegasus.common.credential.CredentialHandler |
|---|
CredentialHandler.TYPE |
| Field Summary | |
|---|---|
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. |
| Fields inherited from interface edu.isi.pegasus.common.credential.CredentialHandler |
|---|
VERSION |
| Constructor Summary | |
|---|---|
Abstract()
The default constructor. |
|
| Method Summary | |
|---|---|
String |
getPath()
Returns the path to the credential on the submit host. |
void |
initialize(PegasusBag bag)
Initializes the credential implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.isi.pegasus.common.credential.CredentialHandler |
|---|
getBaseName, getDescription, getEnvironmentVariable, getPath |
| Field Detail |
|---|
protected PegasusProperties mProps
protected SiteStore mSiteStore
protected LogManager mLogger
| Constructor Detail |
|---|
public Abstract()
| Method Detail |
|---|
public void initialize(PegasusBag bag)
initialize in interface CredentialHandlerbag - the bag of Pegasus objects.public String getPath()
getPath in interface CredentialHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||