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
ZOSCredentialsFactory
to create z/OS host credentials.Client plug-ins running in a Topaz Workbench installation may also use the
ZOSUIUserCreditialsManager
class in thecom.compuware.api.topaz.eclipse
plug-in to retrieve the credentials of the currently logged in Topaz Workbench UI user. Seecom.compuware.api.topaz.eclipse.hostcredentials.zos.ZOSUIUserCredentialsManager
for 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 CodePage
getCodePage()
Returns the code page associated with these credentials.String
getGroupID()
Returns the group ID associated with these credentials.-
Methods inherited from interface com.compuware.api.topaz.hostcredentials.ICredentials
getUserID
-
-