Modifier and Type | Interface and Description |
---|---|
static class |
CredentialHandler.TYPE
An enumeration of valid types of credentials that are supported.
|
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
The version of the API being used.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseName()
returns the basename of the credential file name
|
String |
getDescription()
Returns the description for the implementing handler
|
String |
getEnvironmentVariable()
Returns the name of the environment variable that needs to be set
for the job associated with the credential.
|
String |
getPath()
Returns the path to the credential on the submit host.
|
String |
getPath(String site)
Returns the path to the credential for a particular site handle
|
void |
initialize(PegasusBag bag)
Initializes the credential implementation.
|
static final String VERSION
void initialize(PegasusBag bag)
bag
- the bag of Pegasus objects.String getPath()
String getPath(String site)
site
- the site catalog entry object.String getEnvironmentVariable()
String getDescription()
String getBaseName()
Copyright © 2011 The University of Southern California. All Rights Reserved.