[java-identity-provider] branch feature/IDP-1434 updated (52c0bb5 -> a7628e8)
Rod Widdowson
rdw at steadingsoftware.com
Sun May 5 10:48:16 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch feature/IDP-1434
in repository java-identity-provider.
from 52c0bb5 Removal of encoder/mapper code, merge of attribute in metadata matchers.
new 235c0f7 IDP-1434 Change the property name
new 4c83706 CheckStyle
new ae55c59 IDP-1434 Add tests for encodeType
new a7628e8 IDP-1434 Allow properties in encodeType and add tests for same
The 4 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:
.../enc/BaseSAML1AttributeEncoderParser.java | 10 +-
.../enc/BaseSAML2AttributeEncoderParser.java | 12 ++-
.../spring/BaseAttributeDefinitionParserTest.java | 35 -------
.../spring/BaseEncoderDefinitionParserTest.java | 101 +++++++++++++++++++++
.../enc/SAML1Base64AttributeEncoderParserTest.java | 27 +++---
...AML1ScopedStringAttributeEncoderParserTest.java | 27 +++---
.../enc/SAML1StringAttributeEncoderParserTest.java | 26 +++---
.../SAML1XMLObjectAttributeEncoderParserTest.java | 27 +++---
.../enc/SAML2Base64AttributeEncoderParserTest.java | 27 +++---
...AML2ScopedStringAttributeEncoderParserTest.java | 27 +++---
.../enc/SAML2StringAttributeEncoderParserTest.java | 27 +++---
.../SAML2XMLObjectAttributeEncoderParserTest.java | 26 +++---
.../resolver/spring/enc/resolver/saml1Base64.xml | 3 +-
.../resolver/spring/enc/resolver/saml1Scoped.xml | 3 +-
.../resolver/spring/enc/resolver/saml1String.xml | 3 +-
.../spring/enc/resolver/saml1XmlObject.xml | 3 +-
.../resolver/spring/enc/resolver/saml2Base64.xml | 3 +-
.../resolver/spring/enc/resolver/saml2Scoped.xml | 3 +-
.../spring/enc/resolver/saml2ScopedNoName.xml | 13 +--
.../resolver/spring/enc/resolver/saml2String.xml | 5 +-
.../spring/enc/resolver/saml2XmlObject.xml | 5 +-
.../encoding}/package-info.java | 5 +-
22 files changed, 253 insertions(+), 165 deletions(-)
create mode 100644 idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/BaseEncoderDefinitionParserTest.java
copy idp-saml-api/src/main/java/net/shibboleth/idp/saml/{nameid => attribute/encoding}/package-info.java (89%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list