Package net.shibboleth.idp.ui.csrf.impl
Class DefaultViewRequiresCSRFTokenPredicateTest
java.lang.Object
net.shibboleth.idp.ui.csrf.BaseCSRFTest
net.shibboleth.idp.ui.csrf.impl.DefaultViewRequiresCSRFTokenPredicateTest
Tests the
DefaultViewRequiresCSRFTokenPredicate. Most the functionality of this class has
been tested in BaseCSRFTokenPredicateTest.-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.idp.ui.csrf.BaseCSRFTest
BaseCSRFTest.MockView, BaseCSRFTest.MockViewState -
Field Summary
Fields inherited from class net.shibboleth.idp.ui.csrf.BaseCSRFTest
EXCLUDED_VIEWSTATES_FIELDNAME, INCLUDE_ALL_VIEWSTATES_FIELDNAME, INCLUDED_VIEWSTATES_FIELDNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest view has been excluded from CSRF verification.voidTest view is included in CSRF verification.
-
Constructor Details
-
DefaultViewRequiresCSRFTokenPredicateTest
public DefaultViewRequiresCSRFTokenPredicateTest()
-
-
Method Details
-
testViewRequiresCSRFToken
public void testViewRequiresCSRFToken()Test view is included in CSRF verification. -
testViewDoesNotRequiresCSRFToken
public void testViewDoesNotRequiresCSRFToken()Test view has been excluded from CSRF verification.
-