Class AttributePredicate

    • Field Detail

      • promptedAttributeIds

        @Nonnull
        @NonnullElements
        private Set<String> promptedAttributeIds
        Set of attribute IDs for which to prompt for consent.
      • ignoredAttributeIds

        @Nonnull
        @NonnullElements
        private Set<String> ignoredAttributeIds
        Set of attribute IDs to ignore for consent.
      • matchExpression

        @Nullable
        private Pattern matchExpression
        Regular expression to apply for acceptance testing.
    • Constructor Detail

      • AttributePredicate

        public AttributePredicate()
        Constructor.
    • Method Detail

      • setPromptedAttributeIds

        public void setPromptedAttributeIds​(@Nullable @NonnullElements
                                            Collection<String> prompted)
        Set the attribute IDs for which to prompt for consent.
        Parameters:
        prompted - prompted attribute IDs
      • setIgnoredAttributeIds

        public void setIgnoredAttributeIds​(@Nullable @NonnullElements
                                           Collection<String> ignored)
        Set the attribute IDs to ignore for consent.
        Parameters:
        ignored - ignored attribute IDs
      • setAttributeIdMatchExpression

        public void setAttributeIdMatchExpression​(@Nullable
                                                  Pattern expression)
        Set an attribute ID matching expression to apply for acceptance.
        Parameters:
        expression - an attribute ID matching expression
      • isEmpty

        private boolean isEmpty​(@Nonnull
                                IdPAttribute input)
        Whether the IdP attribute is empty.
        Parameters:
        input - the IdP Attribute
        Returns:
        true if the IdP attribute has no values or empty values, false otherwise