| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILTER_DEBUG_SYSTEM_PROPERTY |
"fi.security.server.filter.debug" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SECURED_WITH_HEADER |
"X-SECURED-WITH" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
MAX_IPS_IN_CACHE |
1000 |
protected static final int |
MAX_REQUESTS |
50 |
protected static final String |
REQUESTS_BY_IP_CACHE_ID |
"requests.cache" |
protected static final int |
TIMEFRAME |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BANDWIDTH_LIMITER_SECURITY_TYPE_HEADER |
"BANDWIDTH-LIMITER-FILTER" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENCRYPTED_INPUT_STREAM_SECURITY_TYPE_HEADER |
"ENCRYPTED-INPUT-STREAM" |
public static final String |
ENCRYPTED_OUTPUT_STREAM_SECURITY_TYPE_HEADER |
"ENCRYPTED-OUTPUT-STREAM" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RESTRICTED_IP_SECURITY_TYPE_HEADER |
"SOURCE-IP-FILTER" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENCRYPTED_TOKEN_SECURITY_TYPE_HEADER |
"ENCRYPTED-TOKEN" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PLAIN_TOKEN_SECURITY_TYPE_HEADER |
"PLAIN-TOKEN" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
TOKEN_CACHE_ID |
"token.cache" |
protected static final int |
TOKEN_CACHE_SIZE |
10000 |
protected static final int |
TOKEN_EXPIRATION_TIME |
5 |
Copyright © 2014. All rights reserved.