[java-identity-provider] branch master updated (fc1e89adc -> 819f42581)

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 30 10:40:11 UTC 2020


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  fc1e89adc Fix example parent bean.
       new  aa37f6168 IDP-1595 Make idp.home available to all programs run via runclass
       new  d9d0d0fd6 Remove @Beta annotation
       new  819f42581 IDP-1595  Start to build command line utility for plugins

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:
 .../idp/plugin/AbstractPluginDescription.java      |   3 -
 .../shibboleth/idp/plugin/PluginDescription.java   |   3 -
 .../plugin-installer.xml}                          |  22 +--
 idp-distribution/src/main/resources/bin/plugin.bat |   4 +
 idp-distribution/src/main/resources/bin/plugin.sh  |   7 +
 .../src/main/resources/bin/runclass.bat            |   2 +-
 .../src/main/resources/bin/runclass.sh             |   3 +-
 idp-installer/pom.xml                              |  11 ++
 .../installer/plugin/PluginInstallerArguments.java |  12 +-
 .../idp/installer/plugin/PluginInstallerCLI.java   | 151 +++++++++++++++++++++
 .../idp/installer/plugin}/package-info.java        |   6 +-
 .../idp/installer/plugin/patchResources.xml        |  19 ++-
 12 files changed, 197 insertions(+), 46 deletions(-)
 copy idp-conf/src/main/resources/conf/{session-manager.xml => admin/plugin-installer.xml} (50%)
 create mode 100644 idp-distribution/src/main/resources/bin/plugin.bat
 create mode 100644 idp-distribution/src/main/resources/bin/plugin.sh
 copy idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/impl/package-info.java => idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerArguments.java (78%)
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerCLI.java
 copy {idp-authn-api/src/main/java/net/shibboleth/idp/authn/duo => idp-installer/src/main/java/net/shibboleth/idp/installer/plugin}/package-info.java (90%)
 copy idp-conf/src/main/resources/conf/intercept/external-intercept-config.xml => idp-installer/src/main/resources/net/shibboleth/idp/installer/plugin/patchResources.xml (62%)

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


More information about the commits mailing list