public class SessionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_CONSERVATIVE_MEMORY_ADJUST_STEP |
static String |
CLIENT_ENABLE_CONSERVATIVE_MEMORY_USAGE |
static String |
CLIENT_ENABLE_CONSERVATIVE_MEMORY_USAGE_JVM |
static String |
CLIENT_MEMORY_LIMIT |
static String |
CLIENT_MEMORY_LIMIT_JVM |
static String |
CLIENT_PREFETCH_THREADS |
static String |
CLIENT_PREFETCH_THREADS_JVM |
static String |
CLIENT_RESULT_CHUNK_SIZE |
static String |
CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY |
static String |
CLIENT_SFSQL |
static String |
CLIENT_VALIDATE_DEFAULT_PARAMETERS |
static long |
DEFAULT_CLIENT_MEMORY_LIMIT |
static int |
DEFAULT_CLIENT_PREFETCH_THREADS |
static Map<String,String> |
JVM_PARAMS_TO_PARAMS |
static int |
MAX_CLIENT_CHUNK_SIZE |
static int |
MIN_CLIENT_CHUNK_SIZE |
static String |
OCSP_FAIL_OPEN_JVM |
static String |
SF_HEADER_AUTHORIZATION |
protected static String |
SF_PATH_AUTHENTICATOR_REQUEST |
static String |
SF_QUERY_SESSION_DELETE |
| Constructor and Description |
|---|
SessionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteIdTokenCache()
Delete the id token cache
|
static Map<String,Object> |
getCommonParams(com.fasterxml.jackson.databind.JsonNode paramsNode)
Helper function to parse a JsonNode from a GS response
containing CommonParameters, emitting an EnumMap of parameters
|
protected static final String SF_PATH_AUTHENTICATOR_REQUEST
public static final String SF_QUERY_SESSION_DELETE
public static final String SF_HEADER_AUTHORIZATION
public static final String CLIENT_RESULT_CHUNK_SIZE
public static final String CLIENT_MEMORY_LIMIT_JVM
public static final String CLIENT_MEMORY_LIMIT
public static final String CLIENT_PREFETCH_THREADS_JVM
public static final String CLIENT_PREFETCH_THREADS
public static final String CLIENT_ENABLE_CONSERVATIVE_MEMORY_USAGE_JVM
public static final String CLIENT_ENABLE_CONSERVATIVE_MEMORY_USAGE
public static final String CLIENT_CONSERVATIVE_MEMORY_ADJUST_STEP
public static final String OCSP_FAIL_OPEN_JVM
public static final String CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY
public static final String CLIENT_SFSQL
public static final String CLIENT_VALIDATE_DEFAULT_PARAMETERS
public static long DEFAULT_CLIENT_MEMORY_LIMIT
public static int DEFAULT_CLIENT_PREFETCH_THREADS
public static int MIN_CLIENT_CHUNK_SIZE
public static int MAX_CLIENT_CHUNK_SIZE
public static void deleteIdTokenCache()
public static Map<String,Object> getCommonParams(com.fasterxml.jackson.databind.JsonNode paramsNode)
paramsNode - parameters in JSON formCopyright © 2019. All rights reserved.