[java-identity-provider COMMIT] in /trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic: RegexAttrib...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 10 21:22:32 EDT 2016
Author: scantor
Date: Mon Oct 10 21:22:32 2016
New Revision: 8485
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8485&view=rev
Log:
IDP-1062 - Implement regex-enabled attribute matching predicate
https://issues.shibboleth.net/jira/browse/IDP-1062
Added:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/RegexAttributePredicate.java (with props)
Modified:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java
Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java?rev=8485&r1=8484&r2=8485&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java Mon Oct 10 21:22:32 2016
@@ -58,7 +58,6 @@
/** Constructor. */
public SimpleAttributePredicate() {
- super();
attributeValueMap = ArrayListMultimap.create();
}
More information about the commits
mailing list