Class SignatureCapableBindingPredicate

  • All Implemented Interfaces:
    Predicate<org.opensaml.messaging.context.MessageContext>, net.shibboleth.utilities.java.support.logic.Predicate<org.opensaml.messaging.context.MessageContext>

    public class SignatureCapableBindingPredicate
    extends Object
    implements net.shibboleth.utilities.java.support.logic.Predicate<org.opensaml.messaging.context.MessageContext>
    Predicate that determines whether the binding associated with a message context is signature-capable.
    • Constructor Detail

      • SignatureCapableBindingPredicate

        public SignatureCapableBindingPredicate()
    • Method Detail

      • test

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