Class AttributeResolverTest.TestPredicate

  • All Implemented Interfaces:
    Predicate<org.opensaml.profile.context.ProfileRequestContext>
    Enclosing class:
    AttributeResolverTest

    static class AttributeResolverTest.TestPredicate
    extends Object
    implements Predicate<org.opensaml.profile.context.ProfileRequestContext>
    • Field Detail

      • value

        private final String value
      • navigate

        private final Function<org.opensaml.profile.context.ProfileRequestContext,​String> navigate
    • Constructor Detail

      • TestPredicate

        public TestPredicate​(Function<org.opensaml.profile.context.ProfileRequestContext,​String> profileFinder,
                             String compare)
    • Method Detail

      • test

        public boolean test​(@Nullable
                            org.opensaml.profile.context.ProfileRequestContext input)
        Specified by:
        test in interface Predicate<org.opensaml.profile.context.ProfileRequestContext>