You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/08/23 12:02:16 UTC

[isis] branch ISIS-3169 updated: ISIS-3169: fixes artifactId for delegated module

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-3169
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-3169 by this push:
     new fd4d3266df ISIS-3169: fixes artifactId for delegated module
fd4d3266df is described below

commit fd4d3266df0b2cf86e547ca68b118b3a2b62f304
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Aug 23 13:02:08 2022 +0100

    ISIS-3169: fixes artifactId for delegated module
---
 extensions/pom.xml                                        | 2 +-
 extensions/security/secman/delegated-shiro/pom.xml        | 2 +-
 extensions/security/secman/delegated-springoauth2/pom.xml | 4 ++--
 extensions/security/secman/pom.xml                        | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index c4aa99ef6d..a7b46a4b7e 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -380,7 +380,7 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.extensions</groupId>
-				<artifactId>isis-extensions-secman-spring-autocreator</artifactId>
+				<artifactId>isis-extensions-secman-delegated-springoauth2</artifactId>
 				<version>2.0.0-SNAPSHOT</version>
 			</dependency>
 
diff --git a/extensions/security/secman/delegated-shiro/pom.xml b/extensions/security/secman/delegated-shiro/pom.xml
index bb0a9aa6dd..eb62129ea4 100644
--- a/extensions/security/secman/delegated-shiro/pom.xml
+++ b/extensions/security/secman/delegated-shiro/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>isis-extensions-secman-delegated-shiro</artifactId>
     <name>Apache Isis Ext - Sec Man Delegated (Using Shiro)</name>
-    <description></description>
+    <description>Provides an implementation of a Shiro Realm that will automatically created delegated ApplicationUsers for any users externally authenticated in a delegate realm</description>
 
     <properties>
         <jar-plugin.automaticModuleName>org.apache.isis.extensions.secman.shiro.realm</jar-plugin.automaticModuleName>
diff --git a/extensions/security/secman/delegated-springoauth2/pom.xml b/extensions/security/secman/delegated-springoauth2/pom.xml
index 0adcb817d1..4314baef10 100644
--- a/extensions/security/secman/delegated-springoauth2/pom.xml
+++ b/extensions/security/secman/delegated-springoauth2/pom.xml
@@ -27,8 +27,8 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>isis-extensions-secman-spring-autocreator</artifactId>
-    <name>Apache Isis Ext - Sec Man Autocreator (for Spring)</name>
+    <artifactId>isis-extensions-secman-delegated-springoauth2</artifactId>
+    <name>Apache Isis Ext - Sec Man Delegated (using Spring Oauth2)</name>
     <description>Provides a domain service to automatically create a delegated ApplicationUser if authentication has been performed externally, eg by Spring OAuth2 or by Keycloak.</description>
 
     <properties>
diff --git a/extensions/security/secman/pom.xml b/extensions/security/secman/pom.xml
index e443a20f11..8de98ebe96 100644
--- a/extensions/security/secman/pom.xml
+++ b/extensions/security/secman/pom.xml
@@ -84,7 +84,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.extensions</groupId>
-                <artifactId>isis-extensions-secman-spring-autocreator</artifactId>
+                <artifactId>isis-extensions-secman-delegated-springoauth2</artifactId>
                 <version>2.0.0-SNAPSHOT</version>
             </dependency>