Constant Field Values

org.summerboot.*

  • org.summerboot.jexpress.boot.config.BootConfig
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "Path to key store file. Use JDK default keystore when not specified"
    protected static final String
    "Path to key store file. Required when TLS protocol is not blank or not empty"
    public static final String
    "plain text inside DEC() will be automatically encrypted by app root password when the application starts or is running"
    protected static final String
    "Valid values: TLSv1.2, TLSv1.3. Use plaintext socket no SSL/TLS when specified as blank"
    protected static final String
    "Path to trust store file. Use JDK default truststore when not specified"
    protected static final String
    "Path to trust store file. Two-Way SSL (Client-Auth required) when specified, otherwise One-Way SSL (Client-Auth not required)"
    protected static final String
    "keystore.p12"
    protected static final String
    "truststore.p12"
  • org.summerboot.jexpress.boot.config.ConfigUtil
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DEC"
    public static final String
    "ENC"
  • org.summerboot.jexpress.integration.cache.BootCache_RedisImple
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "local order = tonumber(ARGV[1])\nif not order or order < 1 then return 0 end\nlocal vals = redis.call(\"HMGET\", KEYS[1], \"Status\", \"Total\", \"Limit\", \"Booked\")\nlocal status = tonumber(vals[1])\nif not status or status < 1 then return 0 end\nlocal total = tonumber(vals[2])\nlocal limit = tonumber(vals[3])\nlocal booked = tonumber(vals[4])\nif not total or not limit or not booked then return 0 end\nif order <= limit and booked + order <= total then\n redis.call(\"HINCRBY\", KEYS[1], \"Booked\", order)\n return order\nend\nreturn 0"
    protected static final String
    "local key = KEYS[1]\nlocal initBurst = tonumber(ARGV[1])\nlocal maxBurstPerPeriod = tonumber(ARGV[2])\nlocal period = tonumber(ARGV[3])\nlocal quota = ARGV[4]\nreturn redis.call(\'CL.THROTTLE\', key, initBurst, maxBurstPerPeriod, period, quota)"
    protected static final String
    "if redis.call(\'get\', KEYS[1]) == ARGV[1] then return redis.call(\'del\', KEYS[1]) else return 0 end"
    protected static final String
    "OK"
  • org.summerboot.jexpress.integration.cache.RedisConfig
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "primary"
  • org.summerboot.jexpress.integration.cache.domain.FlashSale
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Booked"
    public static final String
    "Limit"
    public static final String
    "Status"
    public static final String
    "Total"
  • org.summerboot.jexpress.integration.ldap.LdapAgent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "dn"
    protected static final int
    4