Class PopulateAttributeReleaseContextTest.MockIdPAttributePredicate

  • All Implemented Interfaces:
    Predicate<net.shibboleth.idp.attribute.IdPAttribute>
    Enclosing class:
    PopulateAttributeReleaseContextTest

    private class PopulateAttributeReleaseContextTest.MockIdPAttributePredicate
    extends Object
    implements Predicate<net.shibboleth.idp.attribute.IdPAttribute>
    Mock IdP attribute predicate.
    • Constructor Detail

      • MockIdPAttributePredicate

        private MockIdPAttributePredicate()
    • Method Detail

      • test

        public boolean test​(@Nullable
                            net.shibboleth.idp.attribute.IdPAttribute input)
        Specified by:
        test in interface Predicate<net.shibboleth.idp.attribute.IdPAttribute>