Uses of Class
org.globus.gsi.GlobusCredentialException
Packages that use GlobusCredentialException
Package
Description
This package conatins the basic security constructs used to build Globus security.
-
Uses of GlobusCredentialException in org.globus.gsi
Methods in org.globus.gsi that throw GlobusCredentialExceptionModifier and TypeMethodDescriptionstatic GlobusCredentialGlobusCredential.getDefaultCredential()Deprecated.Returns the default credential.private static voidGlobusCredential.reloadDefaultCredential()Deprecated.voidGlobusCredential.verify()Deprecated.Verifies the validity of the credentials.Constructors in org.globus.gsi that throw GlobusCredentialExceptionModifierConstructorDescriptionGlobusCredential(InputStream input) Deprecated.Creates a GlobusCredential from an input stream.GlobusCredential(String proxyFile) Deprecated.Creates a GlobusCredential from a proxy file.GlobusCredential(String certFile, String unencryptedKeyFile) Deprecated.Creates a GlobusCredential from certificate file and a unencrypted key file.