[java-identity-provider] branch master updated: IDP-1170 - REST DataConnector

Scott Cantor cantor.2 at osu.edu
Sat May 20 16:16:52 EDT 2017


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=64745397dfe29ba2a74f1ffcf04e2ec1b160924b

The following commit(s) were added to refs/heads/master by this push:
       new  6474539   IDP-1170 - REST DataConnector
6474539 is described below

commit 64745397dfe29ba2a74f1ffcf04e2ec1b160924b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sat May 20 16:16:50 2017 -0400

    IDP-1170 - REST DataConnector
    
    https://issues.shibboleth.net/jira/browse/IDP-1170
    
    Unit test file.
---
 .../shibboleth/idp/attribute/resolver/impl/dc/http/test.json   | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json b/idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json
new file mode 100644
index 0000000..c213568
--- /dev/null
+++ b/idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/http/test.json
@@ -0,0 +1,10 @@
+[
+    {
+    "name" : "foo",
+    "values" : [ "foo1" ]
+    },
+    {
+    "name" : "bar",
+    "values" : [ "bar1", "bar2" ]
+    }
+]

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


More information about the commits mailing list