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 authTypestatic 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.Constructors in zowe.client.sdk.core with parameters of type AuthType Constructor Description Builder(AuthType authType)Constructor with setting the required authentication type
-