Class AllowedSAMLPresentersPredicate

java.lang.Object
net.shibboleth.idp.saml.profile.config.logic.AllowedSAMLPresentersPredicate
All Implemented Interfaces:
Predicate<ProfileRequestContext>, Predicate<ProfileRequestContext>

public class AllowedSAMLPresentersPredicate extends Object implements Predicate<ProfileRequestContext>
Predicate which evaluates the inbound AbstractSAMLEntityContext.getEntityId() against a specified collection of entityIDs.
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Logger.
    • allowedPresenters

      @Nonnull private Set<String> allowedPresenters
      The set of allowed presenters.
  • Constructor Details

    • AllowedSAMLPresentersPredicate

      public AllowedSAMLPresentersPredicate()
      Constructor.
  • Method Details