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:
- 5.0
- Author:
- Frank Giordano
-
-
Field Summary
Fields Modifier and Type Field Description static Map<Integer,String>HTTP_STATUSMap of HTTP code valuesstatic StringINSECURE_PROPERTY_NAMEThe system property value for insecure toggling to use a self-signed certificatestatic 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
-
INSECURE_PROPERTY_NAME
public static final String INSECURE_PROPERTY_NAME
The system property value for insecure toggling to use a self-signed certificate- See Also:
- Constant Field Values
-
-