[java-opensaml] branch master updated (6882a7d -> 2c77472)

Rod Widdowson rdw at steadingsoftware.com
Sat May 12 05:18:05 EDT 2018


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

rdw pushed a change to branch master
in repository java-opensaml.

      from  6882a7d   IDP-1047 Add @Parameter annotations as indicated by the logging
       new  101ce37   trailing space
       new  2c77472   IDP-1217 Add support for reqt-attr:RequestedAttributes

The 2 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:
 .../opensaml/saml/common/xml/SAMLConstants.java    |  6 ++
 .../RequestedAttributes.java}                      | 30 ++++---
 .../opensaml/saml/ext/reqattr}/package-info.java   |  5 +-
 .../main/resources/schema/sstc-req-attr-ext.xsd    | 42 ++++++++++
 .../config/impl/XMLObjectProviderInitializer.java  |  2 +
 .../impl/RequestedAttributesBuilder.java}          | 30 +++----
 .../impl/RequestedAttributesImpl.java}             | 22 ++---
 .../impl/RequestedAttributesMarshaller.java}       |  9 +-
 .../impl/RequestedAttributesUnmarshaller.java}     | 17 ++--
 .../saml/ext/reqattr/impl}/package-info.java       |  5 +-
 .../src/main/resources/saml2-req-attr-config.xml   | 17 ++++
 .../ext/reqattr/impl/RequestedAttributesTest.java  | 97 ++++++++++++++++++++++
 .../saml/ext/reqattr/impl/RequestedAttributes.xml  |  2 +
 .../impl/RequestedAttributesChildElements.xml      |  6 ++
 .../x509/impl/KeyStoreX509CredentialAdapter.java   |  2 +-
 15 files changed, 228 insertions(+), 64 deletions(-)
 copy opensaml-saml-api/src/main/java/org/opensaml/saml/ext/{saml2mdrpi/PublicationPath.java => reqattr/RequestedAttributes.java} (55%)
 copy {opensaml-core/src/main/java/org/opensaml/core/metrics => opensaml-saml-api/src/main/java/org/opensaml/saml/ext/reqattr}/package-info.java (87%)
 create mode 100644 opensaml-saml-api/src/main/resources/schema/sstc-req-attr-ext.xsd
 copy opensaml-saml-impl/src/main/java/org/opensaml/saml/ext/{saml2mdui/impl/PrivacyStatementURLBuilder.java => reqattr/impl/RequestedAttributesBuilder.java} (62%)
 copy opensaml-saml-impl/src/main/java/org/opensaml/saml/ext/{saml2mdrpi/impl/PublicationPathImpl.java => reqattr/impl/RequestedAttributesImpl.java} (71%)
 copy opensaml-saml-impl/src/main/java/org/opensaml/saml/{saml1/core/impl/DoNotCacheConditionMarshaller.java => ext/reqattr/impl/RequestedAttributesMarshaller.java} (81%)
 copy opensaml-saml-impl/src/main/java/org/opensaml/saml/ext/{saml2mdrpi/impl/PublicationPathUnmarshaller.java => reqattr/impl/RequestedAttributesUnmarshaller.java} (70%)
 copy {opensaml-core/src/main/java/org/opensaml/core/metrics => opensaml-saml-impl/src/main/java/org/opensaml/saml/ext/reqattr/impl}/package-info.java (86%)
 create mode 100644 opensaml-saml-impl/src/main/resources/saml2-req-attr-config.xml
 create mode 100644 opensaml-saml-impl/src/test/java/org/opensaml/saml/ext/reqattr/impl/RequestedAttributesTest.java
 create mode 100644 opensaml-saml-impl/src/test/resources/org/opensaml/saml/ext/reqattr/impl/RequestedAttributes.xml
 create mode 100644 opensaml-saml-impl/src/test/resources/org/opensaml/saml/ext/reqattr/impl/RequestedAttributesChildElements.xml

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


More information about the commits mailing list