|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
com.plumtree.uiinfrastructure.interpreter.filter.SecurityModeFilter
public class SecurityModeFilter
A filter to check the security of the incoming request whether it conforms to the security mode setting, in particular the security mode 2. Security mode 1 check will be performed by the MVC controller.
| Constructor Summary | |
|---|---|
SecurityModeFilter()
|
|
| Method Summary | |
|---|---|
boolean |
PreFilter(RequestData requestData)
Check the whether the incoming request satisfy the security mode setting. |
| Methods inherited from class com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter |
|---|
PostFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityModeFilter()
| Method Detail |
|---|
public boolean PreFilter(RequestData requestData)
PreFilter in interface IInterpreterFilterPreFilter in class BaseInterpreterFilterrequestData - The request to be processed.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||