Package net.shibboleth.idp.ui.csrf
Class BaseCSRFTest
java.lang.Object
net.shibboleth.idp.ui.csrf.BaseCSRFTest
- Direct Known Subclasses:
BaseCSRFTokenPredicateTest,CSRFTokenFlowExecutionListenerTest,DefaultEventRequiresCSRFTokenValidationPredicateTest,DefaultViewRequiresCSRFTokenPredicateTest
Basis for CSRF tests.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classMockView, for use when you do not actually need a rendered response.protected classSimple mock view-state with a no-op viewFactory. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringThe name of the field that holds the set of excluded viewstates.protected static final StringThe name of the field that says whether all view states are included.protected static final StringThe name of the field that holds the set of included viewstates. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INCLUDED_VIEWSTATES_FIELDNAME
The name of the field that holds the set of included viewstates.- See Also:
-
EXCLUDED_VIEWSTATES_FIELDNAME
The name of the field that holds the set of excluded viewstates.- See Also:
-
INCLUDE_ALL_VIEWSTATES_FIELDNAME
The name of the field that says whether all view states are included.- See Also:
-
-
Constructor Details
-
BaseCSRFTest
public BaseCSRFTest()
-