Interface IZOSCredentials
-
- All Superinterfaces:
ICredentials
public interface IZOSCredentials extends ICredentials
Credentials for a z/OS host.Clients running in a non-Topaz Workbench installation must use
ZOSCredentialsFactoryto create z/OS host credentials.Client plug-ins running in a Topaz Workbench installation may also use the
ZOSUIUserCreditialsManagerclass in thecom.compuware.api.topaz.eclipseplug-in to retrieve the credentials of the currently logged in Topaz Workbench UI user. Seecom.compuware.api.topaz.eclipse.hostcredentials.zos.ZOSUIUserCredentialsManagerfor more details.- Since:
- 1.0.0
- Version:
- 2.0.0
- See Also:
ZOSCredentialsFactory- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodePagegetCodePage()Returns the code page associated with these credentials.StringgetGroupID()Returns the group ID associated with these credentials.-
Methods inherited from interface com.compuware.api.topaz.hostcredentials.ICredentials
getUserID
-
-