Uses of Interface
com.compuware.api.topaz.hostcredentials.zos.IZOSCredentials
-
Packages that use IZOSCredentials Package Description com.compuware.api.topaz.hostconnections.zos Provides interfaces related to z/OS host connections.com.compuware.api.topaz.hostcredentials.zos Provides classes and exceptions related to z/OS host credentials. -
-
Uses of IZOSCredentials in com.compuware.api.topaz.hostconnections.zos
Methods in com.compuware.api.topaz.hostconnections.zos with parameters of type IZOSCredentials Modifier and Type Method Description void
IZOSHostConnection. connect(IZOSCredentials credentials)
Connects to the associated z/OS host.void
IZOSUserProgramConnection. launchUserProgram(IZOSCredentials credentials, String userProcedureName, String userProgramName)
Launches the z/OS user program with the specified credentials, z/OS user procedure name, and z/OS user program name. -
Uses of IZOSCredentials in com.compuware.api.topaz.hostcredentials.zos
Methods in com.compuware.api.topaz.hostcredentials.zos that return IZOSCredentials Modifier and Type Method Description static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String digitalCertificate)
Creates z/OS credentials using the specified digital certificate.static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String digitalCertificate, CodePage codePage)
Creates z/OS credentials using the specified digital certificate and code page.static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String userID, String password)
Creates z/OS credentials using the specified user ID and password.static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String userID, String password, CodePage codePage)
Creates z/OS credentials using the specified user ID, password, and code page.static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String userID, String password, String groupID)
Creates z/OS credentials using the specified user ID, password, and group ID.static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String userID, String password, String groupID, CodePage codePage)
Creates z/OS credentials using the specified user ID, password, group ID, and code page.
-