|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpMaskFilter
An interface to filter masking IP requests. Masks are specified as properties. The filter checks first blocked addresses, then passed addresses and lastly masks. If masks overlap, block masks has preference over pass masks. By default, all requests are passed through the filter.
| Field Summary | |
|---|---|
static String |
BLOCK_ADDRESS
The block address filter. |
static String |
BLOCK_MASK
The block mask filter. |
static String |
PASS_ADDRESS
The pass address filter. |
static String |
PASS_MASK
The pass mask filter. |
| Method Summary |
|---|
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
| Methods inherited from interface org.norther.tammi.core.config.Configurable |
|---|
addProperty, addProperty, clearProperties, containsProperty, getConfigKey, getProperties, getProperty, getPropertyFilePath, indexOfProperty, propertyMap, propertyMap, removeProperty, removeProperty, setConfigKey, setProperties, setProperty, setPropertyFilePath, setPropertyFilePath, storeProperties |
| Field Detail |
|---|
static final String PASS_ADDRESS
static final String BLOCK_ADDRESS
static final String PASS_MASK
static final String BLOCK_MASK
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||