Package com.compuware.api.topaz.hostcredentials
Provides interfaces and exceptions related to host credentials.
- Since:
- 1.0.0
-
Interface Summary Interface Description ICredentials Credentials for a host. -
Exception Summary Exception Description DigitalCertificateException DigitalCertificateException
is a checked exception thrown when an attempt to connect to a host fails because the digital certificate is invalid.HostCredentialsException HostCredentialsException
is the superclass for all checked exceptions related to invalid host credentials.PasswordException PasswordException
is the checked exception thrown when an attempt to connect to a host fails because the password is incorrect or is expired.UserIDException UserIDException
is the checked exception thrown when an attempt to connect to a host fails because the user ID is expired, not recognized, or revoked.