Package | Description |
---|---|
org.globus.gsi |
This package conatins the basic security constructs used to build Globus security.
|
Modifier and Type | Method and Description |
---|---|
static GlobusCredential |
GlobusCredential.getDefaultCredential()
Deprecated.
Returns the default credential.
|
private static void |
GlobusCredential.reloadDefaultCredential()
Deprecated.
|
void |
GlobusCredential.verify()
Deprecated.
Verifies the validity of the credentials.
|
Constructor and Description |
---|
GlobusCredential(java.io.InputStream input)
Deprecated.
Creates a GlobusCredential from an input stream.
|
GlobusCredential(java.lang.String proxyFile)
Deprecated.
Creates a GlobusCredential from a proxy file.
|
GlobusCredential(java.lang.String certFile,
java.lang.String unencryptedKeyFile)
Deprecated.
Creates a GlobusCredential from certificate file and a unencrypted key file.
|