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 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
    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 Detail

      • getCodePage

        CodePage getCodePage()
        Returns the code page associated with these credentials.
        Returns:
        the code page
        Since:
        1.0.0
      • getGroupID

        String getGroupID()
        Returns the group ID associated with these credentials.
        Returns:
        the group ID or null if none
        Since:
        1.0.0