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 DigitalCertificateExceptionis a checked exception thrown when an attempt to connect to a host fails because the digital certificate is invalid.HostCredentialsException HostCredentialsExceptionis the superclass for all checked exceptions related to invalid host credentials.PasswordException PasswordExceptionis the checked exception thrown when an attempt to connect to a host fails because the password is incorrect or is expired.UserIDException UserIDExceptionis the checked exception thrown when an attempt to connect to a host fails because the user ID is expired, not recognized, or revoked.