Class BaseCSRFTokenPredicateTest

java.lang.Object
net.shibboleth.idp.ui.csrf.BaseCSRFTest
net.shibboleth.idp.ui.csrf.BaseCSRFTokenPredicateTest

public class BaseCSRFTokenPredicateTest extends BaseCSRFTest
Base CSRF token predicate tests.
  • Constructor Details

    • BaseCSRFTokenPredicateTest

      public BaseCSRFTokenPredicateTest()
  • Method Details

    • testSafeGetBooleanAttributeWithNullStateDefinition

      public void testSafeGetBooleanAttributeWithNullStateDefinition()
    • testSafeGetBooleanAttributeWithNullAttrName

      public void testSafeGetBooleanAttributeWithNullAttrName()
    • testSafeGetBooleanTrue

      public void testSafeGetBooleanTrue()
      Test normal operation of the safeGetBoolean method with a true csrf exclusion attribute.
    • testSafeGetBooleanFalse

      public void testSafeGetBooleanFalse()
      Test normal operation of the safeGetBoolean method with a false csrf exclusion attribute.
    • testSafeGetBooleanNullAttributeFalse

      public void testSafeGetBooleanNullAttributeFalse()
      Test normal operation of the safeGetBoolean method with a null csrf exclusion attribute.
    • testSafeGetBooleanWrongTypeAttributeFalse

      public void testSafeGetBooleanWrongTypeAttributeFalse()
      Test normal operation of the safeGetBoolean method with a wrongly typed csrf exclusion attribute.