|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecuredFilter
An interface to filters requiring secured transmission.
| Method Summary | |
|---|---|
boolean |
isInsecureSessionsInvalidated()
Checks whether insecure sessions are invalidated before switching to secured transmission. |
void |
setInsecureSessionsInvalidated(boolean flag)
Sets whether insecure sessions are invalidated before switching to secured transmission. |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
| Method Detail |
|---|
boolean isInsecureSessionsInvalidated()
void setInsecureSessionsInvalidated(boolean flag)
flag - true is insecure sessions are invalidated, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||