Class HttpStringConstants


  • public class HttpStringConstants
    extends java.lang.Object
    HttpString Constants shared by all light-4j components. This is moved from utility module as we don't want it to be depended on Undertow.
    Author:
    Steve Hu
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.undertow.util.HttpString CLIENT_ID  
      static io.undertow.util.HttpString CONSUL_TOKEN  
      static io.undertow.util.HttpString CORRELATION_ID  
      static io.undertow.util.HttpString CSRF_TOKEN  
      static io.undertow.util.HttpString ENDPOINT  
      static io.undertow.util.HttpString ENV_TAG  
      static io.undertow.util.HttpString HASH_KEY  
      static io.undertow.util.HttpString SCOPE  
      static io.undertow.util.HttpString SCOPE_CLIENT_ID  
      static io.undertow.util.HttpString SCOPE_TOKEN  
      static io.undertow.util.HttpString SERVICE_ID  
      static io.undertow.util.HttpString SWAGGER_OPERATION  
      static io.undertow.util.HttpString TRACEABILITY_ID  
      static io.undertow.util.HttpString USER_ID  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CORRELATION_ID

        public static final io.undertow.util.HttpString CORRELATION_ID
      • TRACEABILITY_ID

        public static final io.undertow.util.HttpString TRACEABILITY_ID
      • USER_ID

        public static final io.undertow.util.HttpString USER_ID
      • CLIENT_ID

        public static final io.undertow.util.HttpString CLIENT_ID
      • SCOPE_CLIENT_ID

        public static final io.undertow.util.HttpString SCOPE_CLIENT_ID
      • SCOPE

        public static final io.undertow.util.HttpString SCOPE
      • ENDPOINT

        public static final io.undertow.util.HttpString ENDPOINT
      • SWAGGER_OPERATION

        public static final io.undertow.util.HttpString SWAGGER_OPERATION
      • SCOPE_TOKEN

        public static final io.undertow.util.HttpString SCOPE_TOKEN
      • CONSUL_TOKEN

        public static final io.undertow.util.HttpString CONSUL_TOKEN
      • CSRF_TOKEN

        public static final io.undertow.util.HttpString CSRF_TOKEN
      • SERVICE_ID

        public static final io.undertow.util.HttpString SERVICE_ID
      • ENV_TAG

        public static final io.undertow.util.HttpString ENV_TAG
      • HASH_KEY

        public static final io.undertow.util.HttpString HASH_KEY
    • Constructor Detail

      • HttpStringConstants

        public HttpStringConstants()