Class RestConstant


  • public final class RestConstant
    extends Object
    Constants variables for REST package
    Version:
    5.0
    Author:
    Frank Giordano
    • Field Detail

      • HTTP_STATUS

        public static final Map<Integer,​String> HTTP_STATUS
        Map of HTTP code values
      • 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