Package com.compuware.api.topaz.hostcredentials.zos
Provides classes and exceptions related to z/OS host credentials.
Clients running in a non-Topaz Workbench installation must use ZOSCredentialsFactory
to create z/OS host credentials.
Client plug-ins running in a Topaz Workbench installation may also use the ZOSUIUserCreditialsManager
class in the
com.compuware.api.topaz.eclipse
plug-in to retrieve the credentials of the currently logged in Topaz Workbench UI user. See
com.compuware.api.topaz.eclipse.hostcredentials.zos.ZOSUIUserCredentialsManager
for more details.
- Since:
- 1.0.0
-
Interface Summary Interface Description IZOSCredentials Credentials for a z/OS host. -
Class Summary Class Description ZOSCredentialsFactory This factory is used to create z/OS credentials for connecting to z/OS hosts. -
Enum Summary Enum Description CodePage Enumeration of z/OS code pages. -
Exception Summary Exception Description GroupException GroupException
is a checked exception thrown when an attempt to connect to a z/OS host fails because the group ID is not recognized, the associated user ID is not valid for the group, or the associated user ID is revoked from the group.