[java-shib-profile] branch main updated (61de8dd -> f1fe754)

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 9 09:35:27 UTC 2023


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

rdw pushed a change to branch main
in repository java-shib-profile.

    from 61de8dd  Javadoc.
     new 20169aa  IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use
     new 97ea210  IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use
     new f1fe754  IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../shibboleth/profile/module/AbstractModule.java  |  24 +-
 .../java/net/shibboleth/profile/module/Module.java |  10 +
 .../profile/module/PropertyDrivenModule.java       | 356 +++++++++++++++++++++
 .../PluginException.java}                          |  25 +-
 .../profile/plugin/PropertyDrivenPlugin.java       | 233 ++++++++++++++
 5 files changed, 619 insertions(+), 29 deletions(-)
 create mode 100644 shib-profile-api/src/main/java/net/shibboleth/profile/module/PropertyDrivenModule.java
 copy shib-profile-api/src/main/java/net/shibboleth/profile/{module/ModuleException.java => plugin/PluginException.java} (76%)
 create mode 100644 shib-profile-api/src/main/java/net/shibboleth/profile/plugin/PropertyDrivenPlugin.java

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


More information about the commits mailing list