| | |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions copyright 2011-2012 ForgeRock AS |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | */ |
| | | package org.opends.server.extensions; |
| | | import org.opends.messages.Message; |
| | |
| | | } |
| | | |
| | | Group<?> g = |
| | | DirectoryServer.getGroupManager().getGroupInstance(entry.getDN()); |
| | | DirectoryServer.getGroupManager().getGroupInstance(entry.getName()); |
| | | if (g == null) |
| | | { |
| | | return Collections.emptySet(); |
| | |
| | | public boolean hasValue(Entry entry, VirtualAttributeRule rule) |
| | | { |
| | | Group<?> g = |
| | | DirectoryServer.getGroupManager().getGroupInstance(entry.getDN()); |
| | | DirectoryServer.getGroupManager().getGroupInstance(entry.getName()); |
| | | if (g == null) |
| | | { |
| | | return false; |
| | |
| | | AttributeValue value) |
| | | { |
| | | Group<?> g = |
| | | DirectoryServer.getGroupManager().getGroupInstance(entry.getDN()); |
| | | DirectoryServer.getGroupManager().getGroupInstance(entry.getName()); |
| | | if (g == null) |
| | | { |
| | | return false; |