[java-identity-provider] branch master updated (364dfb6 -> 75b91db)

Rod Widdowson rdw at steadingsoftware.com
Sat May 25 11:29:21 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  364dfb6   IDP-1456 - Apply attribute filtering code to inbound attributes
       new  52bef0e   CheckStyle
       new  4c4a60c   IDP-1456 Strip deprecated method from md:Scope OpenSAML classes
       new  6ba0c2d   IDP-1456 Add a ScopesContainer class
       new  75b91db   IDP-1456 Add a ScopesNodeProcessor

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:
 .../idp/saml/metadata/ScopesContainer.java         | 101 +++++++++++++++++
 .../net/shibboleth/idp/saml/xmlobject/Scope.java   |  24 ----
 .../idp/saml/metadata/ScopesContainerTest.java     |  75 ++++++++++++
 .../saml/metadata/impl/ScopesNodeProcessor.java    |  81 +++++++++++++
 ...estedAttributesInAttributeConsumingService.java |   5 +-
 .../idp/saml/xmlobject/impl/ScopeImpl.java         |  34 ++----
 .../metadata/impl/ScopesNodeProcessorTest.java     | 126 +++++++++++++++++++++
 .../idp/saml/xmlobject/impl/ScopeTest.java         |  36 +-----
 .../metadata/Scopes-NodeProcessor-metadata.xml     |  38 +++++++
 9 files changed, 435 insertions(+), 85 deletions(-)
 create mode 100644 idp-saml-api/src/main/java/net/shibboleth/idp/saml/metadata/ScopesContainer.java
 create mode 100644 idp-saml-api/src/test/java/net/shibboleth/idp/saml/metadata/ScopesContainerTest.java
 create mode 100644 idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/ScopesNodeProcessor.java
 create mode 100644 idp-saml-impl/src/test/java/net/shibboleth/idp/saml/metadata/impl/ScopesNodeProcessorTest.java
 create mode 100644 idp-saml-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/Scopes-NodeProcessor-metadata.xml

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


More information about the commits mailing list