[java-identity-provider] branch master updated (3be28a4 -> 2f39c03)
Rod Widdowson
rdw at steadingsoftware.com
Wed May 1 05:02:15 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository java-identity-provider.
from 3be28a4 IDP-1121 Simplify typing for IdPAttributeValue
new 0f20a22 IDP-1434 Tests
new 2006717 IDP-1434 Tests for Filtering by queried attributes (SAML2)
new 2f39c03 IDP-1434 Tests for Filtering by queried attributes (SAML1)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../impl/FilterByQueriedAttributeDesignators.java | 28 +++--
.../profile/impl/FilterByQueriedAttributes.java | 31 ++---
.../FilterByQueriedAttributeDesignatorsTest.java | 134 +++++++++++++++++++++
.../impl/FilterByQueriedAttributesTest.java | 134 +++++++++++++++++++++
.../idp/saml/impl/profile/AttributeQuery.xml | 14 +++
.../idp/saml/impl/profile/AttributeQuerySaml1.xml | 15 +++
.../saml1Mapper.xml} | 37 +-----
.../saml2Mapper.xml} | 19 +--
8 files changed, 336 insertions(+), 76 deletions(-)
create mode 100644 idp-saml-impl/src/test/java/net/shibboleth/idp/saml/saml1/profile/impl/FilterByQueriedAttributeDesignatorsTest.java
create mode 100644 idp-saml-impl/src/test/java/net/shibboleth/idp/saml/saml2/profile/impl/FilterByQueriedAttributesTest.java
create mode 100644 idp-saml-impl/src/test/resources/net/shibboleth/idp/saml/impl/profile/AttributeQuery.xml
create mode 100644 idp-saml-impl/src/test/resources/net/shibboleth/idp/saml/impl/profile/AttributeQuerySaml1.xml
copy idp-saml-impl/src/test/resources/net/shibboleth/idp/saml/impl/{attribute/mapping/attributesMapper.xml => profile/saml1Mapper.xml} (58%)
copy idp-saml-impl/src/test/resources/net/shibboleth/idp/saml/impl/{attribute/mapping/attributesMapper.xml => profile/saml2Mapper.xml} (77%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list