Package zowe.client.sdk.rest
Class RestConstant
- java.lang.Object
-
- zowe.client.sdk.rest.RestConstant
-
public final class RestConstant extends Object
Constants variables for REST package- Version:
- 4.0
- Author:
- Frank Giordano
-
-
Field Summary
Fields Modifier and Type Field Description static Map<Integer,String>HTTP_STATUSMap of HTTP code valuesstatic TrustManager[]TRUST_ALL_CERTSTrust all server certs (like --insecure) Used when "zowe.sdk.allow.insecure.connection" System property is defined
-
-
-
Field Detail
-
TRUST_ALL_CERTS
public static final TrustManager[] TRUST_ALL_CERTS
Trust all server certs (like --insecure) Used when "zowe.sdk.allow.insecure.connection" System property is defined
-
-