Uses of Class
zowe.client.sdk.core.ZosConnection.Builder
-
Packages that use ZosConnection.Builder Package Description zowe.client.sdk.core Core objects used throughout the SDK -
-
Uses of ZosConnection.Builder in zowe.client.sdk.core
Methods in zowe.client.sdk.core that return ZosConnection.Builder Modifier and Type Method Description ZosConnection.BuilderZosConnection.Builder. authType(AuthType authType)Set the AuthType: BASIC, TOKEN or SSL enum value for http request processingZosConnection.BuilderZosConnection.Builder. certFilePath(String certFilePath)Set the certificate file pathZosConnection.BuilderZosConnection.Builder. certPassword(String certPassword)Set the certificate password for SSL authenticationZosConnection.BuilderZosConnection.Builder. host(String host)Set the hostZosConnection.BuilderZosConnection.Builder. password(String password)Set the passwordZosConnection.BuilderZosConnection.Builder. token(kong.unirest.core.Cookie token)Set the tokenZosConnection.BuilderZosConnection.Builder. user(String user)Set the userZosConnection.BuilderZosConnection.Builder. zosmfPort(String zosmfPort)Set the z/OSMF port
-