You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/12/07 09:55:50 UTC

[isis] branch master updated: ISIS-2474: fixes object type of WebModuleShiro

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new be43619  ISIS-2474: fixes object type of WebModuleShiro
be43619 is described below

commit be4361960fffa2d808c31fc5efc71fbe66cf133b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Dec 7 10:55:07 2020 +0100

    ISIS-2474: fixes object type of WebModuleShiro
---
 .../java/org/apache/isis/security/shiro/webmodule/WebModuleShiro.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/shiro/src/main/java/org/apache/isis/security/shiro/webmodule/WebModuleShiro.java b/security/shiro/src/main/java/org/apache/isis/security/shiro/webmodule/WebModuleShiro.java
index 1b8a025..6f0d61c 100644
--- a/security/shiro/src/main/java/org/apache/isis/security/shiro/webmodule/WebModuleShiro.java
+++ b/security/shiro/src/main/java/org/apache/isis/security/shiro/webmodule/WebModuleShiro.java
@@ -62,7 +62,7 @@ import lombok.extern.log4j.Log4j2;
  * @since 2.0
  */
 @Service
-@Named("isisSecurityKeycloak.WebModuleKeycloak")
+@Named("isisSecurityShiro.WebModuleShiro")
 @Order(OrderPrecedence.FIRST + 200)
 @Qualifier("Shiro")
 @Log4j2