| | |
| | | |
| | | |
| | | import org.opends.server.types.DN; |
| | | import org.opends.server.types.RDN; |
| | | |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugCaught; |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugEnabled; |
| | | import org.opends.server.types.DebugLogLevel; |
| | | import org.opends.server.types.RDN; |
| | | import org.opends.server.types.SearchScope; |
| | | |
| | | import static org.opends.server.loggers.debug.DebugLogger.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | | |
| | |
| | | public class LazyDN |
| | | extends DN |
| | | { |
| | | |
| | | |
| | | |
| | | /** |
| | | * The serial version identifier required to satisfy the compiler because this |
| | | * class implements the {@code java.io.Serializable} interface. This value |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override() |
| | | public boolean matchesBaseAndScope(DN baseDN, SearchScope scope) |
| | | throws RuntimeException |
| | | { |
| | | return getDecodedDN().matchesBaseAndScope(baseDN, scope); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override() |
| | | public boolean equals(Object o) |
| | | throws RuntimeException |
| | | { |