Class VerifiedProfilePredicate

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

    public class VerifiedProfilePredicate
    extends AbstractRelyingPartyPredicate
    Predicate to determine whether a profile request is from a verified source.
    • Constructor Detail

      • VerifiedProfilePredicate

        public VerifiedProfilePredicate()
    • Method Detail

      • test

        public boolean test​(@Nullable
                            org.opensaml.profile.context.ProfileRequestContext input)