[java-idp-plugin-duo] branch master updated: IDP-1584 Move to new class locations

Phil Smart philip.smart at jisc.ac.uk
Thu Jul 16 11:26:54 UTC 2020


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

philsmart pushed a commit to branch master
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=1dccbd3c9ea139ac662d4c49b6585c4f5b685040

The following commit(s) were added to refs/heads/master by this push:
       new  1dccbd3   IDP-1584 Move to new class locations
1dccbd3 is described below

commit 1dccbd3c9ea139ac662d4c49b6585c4f5b685040
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 16 12:26:52 2020 +0100

    IDP-1584 Move to new class locations
    
    https://issues.shibboleth.net/jira/browse/IDP-1595
---
 idp-duo-impl/pom.xml                                                 | 5 +++++
 ...DuoOIDCAuthenticationDescription.java => DuoOIDCDescription.java} | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/idp-duo-impl/pom.xml b/idp-duo-impl/pom.xml
index caca5a0..32566bc 100644
--- a/idp-duo-impl/pom.xml
+++ b/idp-duo-impl/pom.xml
@@ -32,6 +32,11 @@
             <artifactId>idp-session-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-admin-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-authn-api</artifactId>
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoOIDCAuthenticationDescription.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoOIDCDescription.java
similarity index 91%
rename from idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoOIDCAuthenticationDescription.java
rename to idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoOIDCDescription.java
index b6060d1..2bce271 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoOIDCAuthenticationDescription.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoOIDCDescription.java
@@ -22,12 +22,12 @@ import java.net.URL;
 import java.util.Collections;
 import java.util.List;
 
-import net.shibboleth.utilities.java.support.plugin.AbstractPluginDescription;
+import net.shibboleth.idp.plugin.AbstractPluginDescription;
 
 /**
  * Details about the Duo OIDC 2FA plugin.
  */
-public class DuoOIDCAuthenticationDescription extends AbstractPluginDescription{
+public class DuoOIDCDescription extends AbstractPluginDescription{
 
     @Override
     public String getPluginId() {

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


More information about the commits mailing list