[java-opensaml] branch master updated: Adjustments to make subclassing possible.

Scott Cantor cantor.2 at osu.edu
Wed May 15 20:33:36 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=93a52e69a0744e2e3da98c070b1d4112c1853104

The following commit(s) were added to refs/heads/master by this push:
       new  93a52e6   Adjustments to make subclassing possible.
93a52e6 is described below

commit 93a52e69a0744e2e3da98c070b1d4112c1853104
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 15 20:33:34 2019 -0400

    Adjustments to make subclassing possible.
---
 .../saml/common/profile/logic/EntityAttributesPredicate.java     | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java
index 275951d..2f861c8 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java
@@ -138,6 +138,15 @@ public class EntityAttributesPredicate implements Predicate<EntityDescriptor> {
     public boolean getTrimTags() {
         return trimTags;
     }
+
+    /**
+     * Get whether all candidates must match.
+     * 
+     * @return  true iff all candidates have to match 
+     */
+    public boolean getMatchAll() {
+        return matchAll;
+    }
     
     /**
      * Get the candidate criteria.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list