Uses of Class
zowe.client.sdk.core.AuthType
-
Packages that use AuthType Package Description zowe.client.sdk.core Core objects used throughout the SDK -
-
Uses of AuthType in zowe.client.sdk.core
Methods in zowe.client.sdk.core that return AuthType Modifier and Type Method Description AuthTypeZosConnection. getAuthType()Retrieve AuthType: BASIC, TOKEN or SSL enum value for http request processingstatic AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in zowe.client.sdk.core with parameters of type AuthType Modifier and Type Method Description ZosConnection.BuilderZosConnection.Builder. authType(AuthType authType)Set the AuthType: BASIC, TOKEN or SSL enum value for http request processing
-