Class BaseCSRFTest

java.lang.Object
net.shibboleth.idp.ui.csrf.BaseCSRFTest
Direct Known Subclasses:
BaseCSRFTokenPredicateTest, CSRFTokenFlowExecutionListenerTest, DefaultEventRequiresCSRFTokenValidationPredicateTest, DefaultViewRequiresCSRFTokenPredicateTest

public class BaseCSRFTest extends Object
Basis for CSRF tests.
  • Field Details

    • INCLUDED_VIEWSTATES_FIELDNAME

      protected static final String INCLUDED_VIEWSTATES_FIELDNAME
      The name of the field that holds the set of included viewstates.
      See Also:
    • EXCLUDED_VIEWSTATES_FIELDNAME

      protected static final String EXCLUDED_VIEWSTATES_FIELDNAME
      The name of the field that holds the set of excluded viewstates.
      See Also:
    • INCLUDE_ALL_VIEWSTATES_FIELDNAME

      protected static final String INCLUDE_ALL_VIEWSTATES_FIELDNAME
      The name of the field that says whether all view states are included.
      See Also:
  • Constructor Details

    • BaseCSRFTest

      public BaseCSRFTest()