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 2022/01/10 07:40:37 UTC

[isis] branch master updated: ISIS-2856: remove deprecated java-doc

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 765de74  ISIS-2856: remove deprecated java-doc
765de74 is described below

commit 765de74b7996b0288862728833c2ef38ac263121
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jan 10 08:40:28 2022 +0100

    ISIS-2856: remove deprecated java-doc
---
 .../extensions/shirorealmldap/realm/impl/IsisLdapRealm.java  | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/extensions/security/shiro-realm-ldap/impl/src/main/java/org/apache/isis/extensions/shirorealmldap/realm/impl/IsisLdapRealm.java b/extensions/security/shiro-realm-ldap/impl/src/main/java/org/apache/isis/extensions/shirorealmldap/realm/impl/IsisLdapRealm.java
index daafa5d..572d65d 100644
--- a/extensions/security/shiro-realm-ldap/impl/src/main/java/org/apache/isis/extensions/shirorealmldap/realm/impl/IsisLdapRealm.java
+++ b/extensions/security/shiro-realm-ldap/impl/src/main/java/org/apache/isis/extensions/shirorealmldap/realm/impl/IsisLdapRealm.java
@@ -113,18 +113,6 @@ import static org.apache.isis.commons.internal.base._NullSafe.stream;
  * with the Shiro security manager).
  * <p/>
  * <p>
- * Alternatively, permissions can be set directly using {@link #setPermissionsByRole(String)},
- * where the string is the same information, formatted thus:
- * <p/>
- * <pre>
- * ldapRealm.permissionsByRole=\
- *    user_role = *:ToDoItemsJdo:*:*,\
- *                *:ToDoItem:*:*; \
- *    self-install_role = *:ToDoItemsFixturesService:install:* ; \
- *    admin_role = *
- * </pre>
- * <p/>
- * <p>
  * Alternatively, permissions can be extracted from the base itself with the parameter searchUserBase,
  * the attribute list as userExtractedAttribute and the permission url as permissionByUserAttribute.
  * The idea is to extract attribute from the user or the group of the user and map directly to permission rule in