Uses of Class
zowe.client.sdk.core.ZosConnection
-
Packages that use ZosConnection Package Description zowe.client.sdk.core Core objects used throughout the SDKzowe.client.sdk.rest Http functionality used by the SDK via UNIREST library.zowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zosconsole.method z/OS mvs console functionality provided by the SDKzowe.client.sdk.zosfiles.dsn.methods z/OS dataset and member files functionality provided by the SDKzowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDKzowe.client.sdk.zosjobs.methods z/OS jobs functionality provided by the SDKzowe.client.sdk.zoslogs.method z/OS log functionality provided by the SDKzowe.client.sdk.zosmfauth.methods z/OSMF authentication services functionality provided by the SDKzowe.client.sdk.zosmfinfo.methods z/OSMF informational functionality by the SDKzowe.client.sdk.zostso.method z/OS tso command functionality by the SDK -
-
Uses of ZosConnection in zowe.client.sdk.core
Methods in zowe.client.sdk.core that return ZosConnection Modifier and Type Method Description static ZosConnectionZosConnectionFactory. createBasicConnection(String host, String port, String user, String password)Creates a ZosConnection with basic authenticationstatic ZosConnectionZosConnectionFactory. createBasicConnection(String host, String port, String user, String password, String basePath)Creates a ZosConnection with basic authenticationstatic ZosConnectionZosConnectionFactory. createSslConnection(String host, String port, String certFilePath, String certPassword)Creates a ZosConnection with SSL certificate authentication with isSecurestatic ZosConnectionZosConnectionFactory. createSslConnection(String host, String port, String certFilePath, String certPassword, String basePath)Creates a ZosConnection with SSL certificate authentication with isSecurestatic ZosConnectionZosConnectionFactory. createTokenConnection(String host, String port, kong.unirest.core.Cookie token)Creates a ZosConnection with token authenticationstatic ZosConnectionZosConnectionFactory. createTokenConnection(String host, String port, kong.unirest.core.Cookie token, String basePath)Creates a ZosConnection with token authentication -
Uses of ZosConnection in zowe.client.sdk.rest
Fields in zowe.client.sdk.rest declared as ZosConnection Modifier and Type Field Description protected ZosConnectionZosmfRequest. connectionZosConnection objectMethods in zowe.client.sdk.rest with parameters of type ZosConnection Modifier and Type Method Description static ZosmfRequestZosmfRequestFactory. buildRequest(ZosConnection connection, ZosmfRequestType type)Assign the request to the Http verb type request objectConstructors in zowe.client.sdk.rest with parameters of type ZosConnection Constructor Description DeleteJsonZosmfRequest(ZosConnection connection)DeleteJsonZosmfRequest constructorGetJsonZosmfRequest(ZosConnection connection)GetJsonZosmfRequest constructorGetStreamZosmfRequest(ZosConnection connection)GetStreamZosmfRequest constructorGetTextZosmfRequest(ZosConnection connection)GetTextZosmfRequest constructorPostJsonZosmfRequest(ZosConnection connection)PostJsonZosmfRequest constructorPutJsonZosmfRequest(ZosConnection connection)PutJsonZosmfRequest constructorPutStreamZosmfRequest(ZosConnection connection)PutStreamZosmfRequest constructorPutTextZosmfRequest(ZosConnection connection)PutTextZosmfRequest constructorZosmfRequest(ZosConnection connection)ZosmfRequest constructor -
Uses of ZosConnection in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility with parameters of type ZosConnection Modifier and Type Method Description static StringEncodeUtils. encodeAuthComponent(ZosConnection connection)Encodes the passed connection String as UTF-8 for usage of the AUTHORIZATION http header. -
Uses of ZosConnection in zowe.client.sdk.zosconsole.method
Constructors in zowe.client.sdk.zosconsole.method with parameters of type ZosConnection Constructor Description IssueConsole(ZosConnection connection)IssueCommand constructor -
Uses of ZosConnection in zowe.client.sdk.zosfiles.dsn.methods
Constructors in zowe.client.sdk.zosfiles.dsn.methods with parameters of type ZosConnection Constructor Description DsnCopy(ZosConnection connection)DsnCopy constructorDsnCreate(ZosConnection connection)DsnCreate ConstructorDsnDelete(ZosConnection connection)DsnDelete ConstructorDsnGet(ZosConnection connection)DsnGet ConstructorDsnList(ZosConnection connection)DsnList constructorDsnRename(ZosConnection connection)DsnRename ConstructorDsnWrite(ZosConnection connection)DsnWrite Constructor -
Uses of ZosConnection in zowe.client.sdk.zosfiles.uss.methods
Constructors in zowe.client.sdk.zosfiles.uss.methods with parameters of type ZosConnection Constructor Description UssChangeMode(ZosConnection connection)UssChangeMode ConstructorUssChangeOwner(ZosConnection connection)UssChangeOwner constructorUssChangeTag(ZosConnection connection)UssChangeTag ConstructorUssCopy(ZosConnection connection)UssCopy ConstructorUssCreate(ZosConnection connection)UssCreate ConstructorUssDelete(ZosConnection connection)UssDelete ConstructorUssExtAttr(ZosConnection connection)UssCopy ConstructorUssGet(ZosConnection connection)UssGet ConstructorUssGetAcl(ZosConnection connection)UssGetAcl ConstructorUssList(ZosConnection connection)UssList ConstructorUssMount(ZosConnection connection)UssMount ConstructorUssMove(ZosConnection connection)UssMove ConstructorUssSetAcl(ZosConnection connection)UssSetAcl ConstructorUssWrite(ZosConnection connection)UssWrite Constructor -
Uses of ZosConnection in zowe.client.sdk.zosjobs.methods
Constructors in zowe.client.sdk.zosjobs.methods with parameters of type ZosConnection Constructor Description JobCancel(ZosConnection connection)CancelJobs constructorJobDelete(ZosConnection connection)DeleteJobs constructorJobGet(ZosConnection connection)GetJobs Constructor.JobMonitor(ZosConnection connection)MonitorJobs constructor.JobMonitor(ZosConnection connection, int attempts)MonitorJobs constructor.JobMonitor(ZosConnection connection, int attempts, int watchDelay)MonitorJobs constructor.JobMonitor(ZosConnection connection, int attempts, int watchDelay, int lineLimit)MonitorJobs constructor.JobSubmit(ZosConnection connection)SubmitJobs Constructor -
Uses of ZosConnection in zowe.client.sdk.zoslogs.method
Constructors in zowe.client.sdk.zoslogs.method with parameters of type ZosConnection Constructor Description ZosLog(ZosConnection connection)GetZosLog constructor -
Uses of ZosConnection in zowe.client.sdk.zosmfauth.methods
Constructors in zowe.client.sdk.zosmfauth.methods with parameters of type ZosConnection Constructor Description ZosmfLogin(ZosConnection connection)ZosmfLogin constructorZosmfLogout(ZosConnection connection)ZosmfLogout constructorZosmfPassword(ZosConnection connection)ZosmfPassword constructor -
Uses of ZosConnection in zowe.client.sdk.zosmfinfo.methods
Constructors in zowe.client.sdk.zosmfinfo.methods with parameters of type ZosConnection Constructor Description ZosmfStatus(ZosConnection connection)CheckStatus Constructor.ZosmfSystems(ZosConnection connection)ListDefinedSystems Constructor. -
Uses of ZosConnection in zowe.client.sdk.zostso.method
Constructors in zowe.client.sdk.zostso.method with parameters of type ZosConnection Constructor Description IssueTso(ZosConnection connection, String accountNumber)IssueTso constructor
-